Uses of Interface
net.anwiba.spatial.geometry.IGeometry
-
-
Uses of IGeometry in net.anwiba.spatial.geometry
Subinterfaces of IGeometry in net.anwiba.spatial.geometry Modifier and Type Interface Description interfaceIBaseGeometryinterfaceIGeometryCollectioninterfaceILinealinterfaceILinearRinginterfaceILineStringinterfaceIMultiLineStringinterfaceIMultiPointinterfaceIMultiPolygoninterfaceIPointinterfaceIPolygoninterfaceIPolygonalinterfaceIPunctualinterfaceIRectangleMethods in net.anwiba.spatial.geometry with parameters of type IGeometry Modifier and Type Method Description booleanIGeometryValidator. isValide(IGeometry geometry)voidIGeometryReceiver. setGeometry(IGeometry geometry) -
Uses of IGeometry in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IGeometry Modifier and Type Method Description doubleIGeometryValueCalculator. calculate(IGeometry geometry)static doubleGeometryCalculator. calculateArea(IGeometry geometry)static ICoordinateGeometryCalculator. calculateCentroid(IGeometry geometry)static ICoordinateGeometryCalculator. calculateInterior(IGeometry geometry)static ICoordinateInteriorCalculator. calculateInterior(IGeometry geometry)static doubleGeometryCalculator. calculateLength(IGeometry geometry)static IEnvelopeGeometryCalculator. createEnvelope(IGeometry[] geometries)static ICoordinateSequenceInteriorCalculator. getBisectorIntersections(IGeometry geometry) -
Uses of IGeometry in net.anwiba.spatial.geometry.converter
Methods in net.anwiba.spatial.geometry.converter that return IGeometry Modifier and Type Method Description IGeometryIObjectToGeometryConverter. convert(I object)Methods in net.anwiba.spatial.geometry.converter with parameters of type IGeometry Modifier and Type Method Description OIGeometryToObjectConverter. convert(IGeometry geometry)java.lang.StringIGeometryToTextConverter. convert(IGeometry geometry) -
Uses of IGeometry in net.anwiba.spatial.geometry.extract
Methods in net.anwiba.spatial.geometry.extract that return IGeometry Modifier and Type Method Description IGeometryGeometryExtractor. extract(IGeometryReference reference)Constructors in net.anwiba.spatial.geometry.extract with parameters of type IGeometry Constructor Description CoordinateExtractor(IGeometry geometry)GeometryExtractor(IGeometry geometry)LineSegmentExtractor(IGeometry geometry) -
Uses of IGeometry in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IGeometry Modifier and Type Class Description classAbstractGeometryclassAbstractGeometryCollection<T extends IBaseGeometry>classGeometryCollectionclassLinearRingclassLineStringclassMultiLineStringclassMultiPointclassMultiPolygonclassPointclassPolygonclassRectangle -
Uses of IGeometry in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator that return IGeometry Modifier and Type Method Description IGeometryEnvelopeIntersectOperator. intersect(IGeometry geometry)Methods in net.anwiba.spatial.geometry.operator with parameters of type IGeometry Modifier and Type Method Description booleanLineStringInteractOperator. contains(IGeometry geometry)booleanEnvelopeInteractOperator. covers(IGeometry geometry)booleanEnvelopeInteractOperator. interact(IGeometry geometry)booleanPointInteractOperator. interact(IGeometry geometry, double tolerance)IGeometryEnvelopeIntersectOperator. intersect(IGeometry geometry)booleanIsGeometryTypeOperator. isGeometryType(IGeometry geometry) -
Uses of IGeometry in net.anwiba.spatial.geometry.utilities
Methods in net.anwiba.spatial.geometry.utilities with parameters of type IGeometry Modifier and Type Method Description static IBaseGeometryGeometryUtilities. extract(IGeometry geometry, int index)static intGeometryUtilities. getSrid(IGeometry geometry) -
Uses of IGeometry in net.anwiba.spatial.geometry.validation
Methods in net.anwiba.spatial.geometry.validation with parameters of type IGeometry Modifier and Type Method Description booleanIInteractValidator. interact(IGeometry geometry, double tolerance)
-