public interface Complex<P extends Position,G extends Geometry<P>>
extends java.lang.Iterable<G>
Geometrys that are composed of Geometrys.| Modifier and Type | Method and Description |
|---|---|
G[] |
components()
Returns the components
|
java.lang.Class<? extends Geometry> |
getComponentType()
Returns the
Class of which all constituent Geometrys are instances. |
int |
getNumGeometries()
Returns the number of constituent
Geometrys |
int getNumGeometries()
GeometrysGeometrysjava.lang.Class<? extends Geometry> getComponentType()
Class of which all constituent Geometrys are instances.Class of which all constituent Geometrys are instances.G[] components()