Uses of Interface
net.anwiba.spatial.geometry.IGeometryCollection
Packages that use IGeometryCollection
Package
Description
-
Uses of IGeometryCollection in net.anwiba.spatial.geometry
Subinterfaces of IGeometryCollection in net.anwiba.spatial.geometryModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in net.anwiba.spatial.geometry that return IGeometryCollectionModifier and TypeMethodDescriptionIGeometryFactory.createCollection(List<IBaseGeometry> geometries) IGeometryFactory.createCollection(IBaseGeometry[] geometries) -
Uses of IGeometryCollection in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IGeometryCollectionModifier and TypeMethodDescriptionstatic ICoordinateInteriorCalculator.calculateInterior(IGeometryCollection geometry) -
Uses of IGeometryCollection in net.anwiba.spatial.geometry.converter
Methods in net.anwiba.spatial.geometry.converter that return IGeometryCollectionModifier and TypeMethodDescriptionprotected IGeometryCollectionGeometryToGeometryConverter.toGeometryCollection(IGeometryCollection geometryCollection) Methods in net.anwiba.spatial.geometry.converter with parameters of type IGeometryCollectionModifier and TypeMethodDescriptionprotected IGeometryCollectionGeometryToGeometryConverter.toGeometryCollection(IGeometryCollection geometryCollection) -
Uses of IGeometryCollection in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IGeometryCollectionModifier and TypeClassDescriptionclassAbstractGeometryCollection<T extends IBaseGeometry>classclassclassclassMethods in net.anwiba.spatial.geometry.internal that return IGeometryCollectionModifier and TypeMethodDescriptionGeometryFactory.createCollection(List<IBaseGeometry> geometries) GeometryFactory.createCollection(IBaseGeometry[] geometries) -
Uses of IGeometryCollection in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type IGeometryCollectionModifier and TypeMethodDescriptionbooleanPointInteractOperator.interact(IGeometryCollection collection, double tolerance)