Uses of Interface
net.anwiba.spatial.geometry.IPolygon
Packages that use IPolygon
Package
Description
-
Uses of IPolygon in net.anwiba.spatial.geometry
Subinterfaces of IPolygon in net.anwiba.spatial.geometryMethods in net.anwiba.spatial.geometry that return IPolygonModifier and TypeMethodDescriptionIGeometryFactory.createPolygon(double[] xs, double[] ys) IGeometryFactory.createPolygon(double[] xs, double[] ys, double[][] hxs, double[][] hys) IGeometryFactory.createPolygon(ICoordinateSequence coordinateSequence) IGeometryFactory.createPolygon(ICoordinateSequence sequence, ICoordinateSequence[] sequences) IGeometryFactory.createPolygon(IEnvelope envelope) IGeometryFactory.createPolygon(ILinearRing outerRing, List<ILinearRing> innerRings) IGeometryFactory.createPolygon(ILinearRing outerRing, ILinearRing[] innerRings) IMultiPolygon.getGeometryN(int index) Methods in net.anwiba.spatial.geometry that return types with arguments of type IPolygonMethods in net.anwiba.spatial.geometry with parameters of type IPolygonModifier and TypeMethodDescriptionIGeometryFactory.createMultiPolygon(IPolygon polygon) IGeometryFactory.createMultiPolygon(IPolygon[] polygons) Method parameters in net.anwiba.spatial.geometry with type arguments of type IPolygon -
Uses of IPolygon in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IPolygonModifier and TypeMethodDescriptionstatic ICoordinateInteriorCalculator.calculateInterior(IPolygon geometry) -
Uses of IPolygon in net.anwiba.spatial.geometry.converter
Methods in net.anwiba.spatial.geometry.converter that return IPolygonMethods in net.anwiba.spatial.geometry.converter with parameters of type IPolygon -
Uses of IPolygon in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IPolygonMethods in net.anwiba.spatial.geometry.internal that return IPolygonModifier and TypeMethodDescriptionGeometryFactory.createPolygon(double[] xs, double[] ys) GeometryFactory.createPolygon(double[] xs, double[] ys, double[][] hxs, double[][] hys) GeometryFactory.createPolygon(ICoordinateSequence coordinateSequence) GeometryFactory.createPolygon(ICoordinateSequence sequence, ICoordinateSequence[] sequences) GeometryFactory.createPolygon(IEnvelope envelope) GeometryFactory.createPolygon(ILinearRing outerRing, List<ILinearRing> innerRings) Methods in net.anwiba.spatial.geometry.internal with parameters of type IPolygonModifier and TypeMethodDescriptionGeometryFactory.createMultiPolygon(IPolygon polygon) GeometryFactory.createMultiPolygon(IPolygon[] polygons) Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type IPolygon -
Uses of IPolygon in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type IPolygon -
Uses of IPolygon in net.anwiba.spatial.geometry.polygon
Methods in net.anwiba.spatial.geometry.polygon that return IPolygonModifier and TypeMethodDescriptionHexagonFactory.createAt(double x, double y, double radius) HexagonFactory.createAt(double x, double y, double radius, double buffer) HexagonFactory.createAtGrid(double x, double y, double radius) HexagonFactory.createAtGrid(double x, double y, double radius, double buffer) HexagonFactory.createAtGrid(long key, double radius) HexagonFactory.createAtGrid(long key, double radius, double buffer) Methods in net.anwiba.spatial.geometry.polygon that return types with arguments of type IPolygonModifier and TypeMethodDescriptionAbstractPolygonBuilder.getPolygons()PolygonConsumer.getPolygons()Methods in net.anwiba.spatial.geometry.polygon with parameters of type IPolygon -
Uses of IPolygon in net.anwiba.spatial.geometry.polygon.tree
Methods in net.anwiba.spatial.geometry.polygon.tree that return IPolygon -
Uses of IPolygon in net.anwiba.spatial.geometry.utilities
Methods in net.anwiba.spatial.geometry.utilities with parameters of type IPolygon