|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrientableCurve | |
|---|---|
| org.opengis.geometry.aggregate | Aggregations of geometric objects. |
| org.opengis.geometry.complex | Set of primitive geometric objects whose interiors are disjoint. |
| org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into other primitives. |
| Uses of OrientableCurve in org.opengis.geometry.aggregate |
|---|
| Methods in org.opengis.geometry.aggregate that return types with arguments of type OrientableCurve | |
|---|---|
Set<OrientableCurve> |
MultiCurve.getElements()
Returns the set containing the orientable curves that compose this MultiCurve. |
| Method parameters in org.opengis.geometry.aggregate with type arguments of type OrientableCurve | |
|---|---|
MultiCurve |
AggregateFactory.createMultiCurve(Set<OrientableCurve> curves)
Creates a multi curve by a set of curves. |
| Uses of OrientableCurve in org.opengis.geometry.complex |
|---|
| Subinterfaces of OrientableCurve in org.opengis.geometry.complex | |
|---|---|
interface |
CompositeCurve
A complex with all the geometric properties of a curve. |
| Method parameters in org.opengis.geometry.complex with type arguments of type OrientableCurve | |
|---|---|
CompositeCurve |
ComplexFactory.createCompositeCurve(List<OrientableCurve> generator)
Creates a composite curve from a list of orientable curves. |
| Uses of OrientableCurve in org.opengis.geometry.primitive |
|---|
| Subinterfaces of OrientableCurve in org.opengis.geometry.primitive | |
|---|---|
interface |
Curve
Curve with a positive orientation. |
interface |
Ring
Represent a single connected component of a surface boundary. |
| Method parameters in org.opengis.geometry.primitive with type arguments of type OrientableCurve | |
|---|---|
Ring |
PrimitiveFactory.createRing(List<OrientableCurve> curves)
Constructs a ring out of its component curves. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||