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