public interface Complex<P extends Position,G extends Geometry<P>> extends Iterable<G>
Geometrys that are composed of Geometrys.| Modifier and Type | Method and Description |
|---|---|
G[] |
components()
Returns the components
|
Class<? extends Geometry> |
getComponentType()
Returns the
Class of which all constituent Geometrys are instances. |
int |
getNumGeometries()
Returns the number of constituent
Geometrys |
forEach, iterator, spliteratorint getNumGeometries()
GeometrysGeometrysClass<? extends Geometry> getComponentType()
Class of which all constituent Geometrys are instances.Class of which all constituent Geometrys are instances.G[] components()
Copyright © 2023 geolatte.org. All rights reserved.