Uses of Interface
net.anwiba.spatial.geometry.IGeometryCollection
-
Packages that use IGeometryCollection Package Description net.anwiba.spatial.geometry net.anwiba.spatial.geometry.calculator net.anwiba.spatial.geometry.internal net.anwiba.spatial.geometry.operator -
-
Uses of IGeometryCollection in net.anwiba.spatial.geometry
Subinterfaces of IGeometryCollection in net.anwiba.spatial.geometry Modifier and Type Interface Description interfaceIMultiLineStringinterfaceIMultiPointinterfaceIMultiPolygonMethods in net.anwiba.spatial.geometry that return IGeometryCollection Modifier and Type Method Description IGeometryCollectionIGeometryFactory. createCollection(java.util.List<IBaseGeometry> geometries)IGeometryCollectionIGeometryFactory. createCollection(IBaseGeometry[] geometries) -
Uses of IGeometryCollection in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IGeometryCollection Modifier and Type Method Description static ICoordinateInteriorCalculator. calculateInterior(IGeometryCollection geometry) -
Uses of IGeometryCollection in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IGeometryCollection Modifier and Type Class Description classAbstractGeometryCollection<T extends IBaseGeometry>classGeometryCollectionclassMultiLineStringclassMultiPointclassMultiPolygonMethods in net.anwiba.spatial.geometry.internal that return IGeometryCollection Modifier and Type Method Description IGeometryCollectionGeometryFactory. createCollection(java.util.List<IBaseGeometry> geometries)IGeometryCollectionGeometryFactory. createCollection(IBaseGeometry[] geometries) -
Uses of IGeometryCollection in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type IGeometryCollection Modifier and Type Method Description booleanPointInteractOperator. interact(IGeometryCollection collection, double tolerance)
-