Uses of Interface
net.anwiba.spatial.geometry.IPoint
Packages that use IPoint
Package
Description
-
Uses of IPoint in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return IPointModifier and TypeMethodDescriptionIGeometryFactory.createPoint(double x, double y) IGeometryFactory.createPoint(Number x, Number y) IGeometryFactory.createPoint(ICoordinate coordinate) IGeometryFactory.createPoint(ICoordinate coordinate, IEnvelope envelope) IMultiPoint.getGeometryN(int index) Methods in net.anwiba.spatial.geometry that return types with arguments of type IPointMethods in net.anwiba.spatial.geometry with parameters of type IPointModifier and TypeMethodDescriptionIGeometryFactory.createMultiPoint(IPoint points) IGeometryFactory.createMultiPoint(IPoint[] points) Method parameters in net.anwiba.spatial.geometry with type arguments of type IPoint -
Uses of IPoint in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IPointModifier and TypeMethodDescriptionstatic ICoordinateInteriorCalculator.calculateInterior(IPoint geometry) -
Uses of IPoint in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IPointMethods in net.anwiba.spatial.geometry.internal that return IPointModifier and TypeMethodDescriptionGeometryFactory.createPoint(double x, double y) GeometryFactory.createPoint(Number x, Number y) GeometryFactory.createPoint(ICoordinate coordinate) GeometryFactory.createPoint(ICoordinate coordinate, IEnvelope envelope) Methods in net.anwiba.spatial.geometry.internal with parameters of type IPointModifier and TypeMethodDescriptionGeometryFactory.createMultiPoint(IPoint point) GeometryFactory.createMultiPoint(IPoint[] points) Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type IPoint -
Uses of IPoint in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type IPointModifier and TypeMethodDescriptionbooleanConstructors in net.anwiba.spatial.geometry.operator with parameters of type IPoint -
Uses of IPoint in net.anwiba.spatial.geometry.validation
Methods in net.anwiba.spatial.geometry.validation that return IPoint