Uses of Interface
net.anwiba.spatial.geometry.IPolygon
-
-
Uses of IPolygon in net.anwiba.spatial.geometry
Subinterfaces of IPolygon in net.anwiba.spatial.geometry Modifier and Type Interface Description interfaceIRectangleMethods in net.anwiba.spatial.geometry that return IPolygon Modifier and Type Method Description IPolygonIGeometryFactory. createPolygon(double[] xs, double[] ys)IPolygonIGeometryFactory. createPolygon(double[] xs, double[] ys, double[][] hxs, double[][] hys)IPolygonIGeometryFactory. createPolygon(ICoordinateSequence coordinateSequence)IPolygonIGeometryFactory. createPolygon(ICoordinateSequence sequence, ICoordinateSequence[] sequences)IPolygonIGeometryFactory. createPolygon(IEnvelope envelope)IPolygonIGeometryFactory. createPolygon(ILinearRing outerRing, java.util.List<ILinearRing> innerRings)IPolygonIGeometryFactory. createPolygon(ILinearRing outerRing, ILinearRing[] innerRings)IPolygonIMultiPolygon. getGeometryN(int index)Methods in net.anwiba.spatial.geometry that return types with arguments of type IPolygon Modifier and Type Method Description java.lang.Iterable<IPolygon>IMultiPolygon. geometries()Methods in net.anwiba.spatial.geometry with parameters of type IPolygon Modifier and Type Method Description IMultiPolygonIGeometryFactory. createMultiPolygon(IPolygon polygon)IMultiPolygonIGeometryFactory. createMultiPolygon(IPolygon[] polygons)Method parameters in net.anwiba.spatial.geometry with type arguments of type IPolygon Modifier and Type Method Description IMultiPolygonIGeometryFactory. createMultiPolygon(java.util.List<IPolygon> polygons) -
Uses of IPolygon in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IPolygon Modifier and Type Method Description static ICoordinateInteriorCalculator. calculateInterior(IPolygon geometry) -
Uses of IPolygon in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IPolygon Modifier and Type Class Description classPolygonclassRectangleMethods in net.anwiba.spatial.geometry.internal that return IPolygon Modifier and Type Method Description IPolygonGeometryFactory. createPolygon(double[] xs, double[] ys)IPolygonGeometryFactory. createPolygon(double[] xs, double[] ys, double[][] hxs, double[][] hys)IPolygonGeometryFactory. createPolygon(ICoordinateSequence coordinateSequence)IPolygonGeometryFactory. createPolygon(ICoordinateSequence sequence, ICoordinateSequence[] sequences)IPolygonGeometryFactory. createPolygon(IEnvelope envelope)IPolygonGeometryFactory. createPolygon(ILinearRing outerRing, java.util.List<ILinearRing> innerRings)Methods in net.anwiba.spatial.geometry.internal with parameters of type IPolygon Modifier and Type Method Description IMultiPolygonGeometryFactory. createMultiPolygon(IPolygon polygon)IMultiPolygonGeometryFactory. createMultiPolygon(IPolygon[] polygons)Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type IPolygon Modifier and Type Method Description IMultiPolygonGeometryFactory. createMultiPolygon(java.util.List<IPolygon> polygons) -
Uses of IPolygon in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type IPolygon Modifier and Type Method Description booleanPointInteractOperator. interact(IPolygon polygon, double tolerance) -
Uses of IPolygon in net.anwiba.spatial.geometry.polygon
Methods in net.anwiba.spatial.geometry.polygon that return IPolygon Modifier and Type Method Description IPolygonHonycombPolygonFactory. create(double x, double y, double radius, double buffer)IPolygonHonycombPolygonFactory. create(long key, double radius, double buffer)Methods in net.anwiba.spatial.geometry.polygon that return types with arguments of type IPolygon Modifier and Type Method Description protected java.util.List<IPolygon>AbstractPolygonBuilder. getPolygons()java.util.List<IPolygon>PolygonConsumer. getPolygons()Methods in net.anwiba.spatial.geometry.polygon with parameters of type IPolygon Modifier and Type Method Description voidPolygonConsumer. add(IPolygon polygon) -
Uses of IPolygon in net.anwiba.spatial.geometry.polygon.tree
Methods in net.anwiba.spatial.geometry.polygon.tree that return IPolygon Modifier and Type Method Description IPolygonGeometryNode. asPolygon()IPolygonIGeometryNode. asPolygon() -
Uses of IPolygon in net.anwiba.spatial.geometry.utilities
Methods in net.anwiba.spatial.geometry.utilities with parameters of type IPolygon Modifier and Type Method Description static booleanGeometryUtilities. isRectangle(IPolygon polygon)
-