Uses of Interface
net.anwiba.spatial.geometry.IPoint
-
-
Uses of IPoint in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return IPoint Modifier and Type Method Description IPointIGeometryFactory. createPoint(double x, double y)IPointIGeometryFactory. createPoint(java.lang.Number x, java.lang.Number y)IPointIGeometryFactory. createPoint(ICoordinate coordinate)IPointIGeometryFactory. createPoint(ICoordinate coordinate, IEnvelope envelope)IPointIMultiPoint. getGeometryN(int index)Methods in net.anwiba.spatial.geometry that return types with arguments of type IPoint Modifier and Type Method Description java.lang.Iterable<IPoint>IMultiPoint. geometries()Methods in net.anwiba.spatial.geometry with parameters of type IPoint Modifier and Type Method Description IMultiPointIGeometryFactory. createMultiPoint(IPoint points)IMultiPointIGeometryFactory. createMultiPoint(IPoint[] points)Method parameters in net.anwiba.spatial.geometry with type arguments of type IPoint Modifier and Type Method Description IMultiPointIGeometryFactory. createMultiPoint(java.util.List<IPoint> points) -
Uses of IPoint in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IPoint Modifier and Type Method Description static ICoordinateInteriorCalculator. calculateInterior(IPoint geometry) -
Uses of IPoint in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IPoint Modifier and Type Class Description classPointMethods in net.anwiba.spatial.geometry.internal that return IPoint Modifier and Type Method Description IPointGeometryFactory. createPoint(double x, double y)IPointGeometryFactory. createPoint(java.lang.Number x, java.lang.Number y)IPointGeometryFactory. createPoint(ICoordinate coordinate)IPointGeometryFactory. createPoint(ICoordinate coordinate, IEnvelope envelope)Methods in net.anwiba.spatial.geometry.internal with parameters of type IPoint Modifier and Type Method Description IMultiPointGeometryFactory. createMultiPoint(IPoint point)IMultiPointGeometryFactory. createMultiPoint(IPoint[] points)Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type IPoint Modifier and Type Method Description IMultiPointGeometryFactory. createMultiPoint(java.util.List<IPoint> points) -
Uses of IPoint in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type IPoint Modifier and Type Method Description booleanPointInteractOperator. interact(IPoint point, double tolerance)Constructors in net.anwiba.spatial.geometry.operator with parameters of type IPoint Constructor Description PointInteractOperator(IPoint point) -
Uses of IPoint in net.anwiba.spatial.geometry.validation
Methods in net.anwiba.spatial.geometry.validation that return IPoint Modifier and Type Method Description IPointIGeometryValidationResult. getErrorPosition()
-