Uses of Interface
net.anwiba.spatial.geometry.ILinearRing
-
-
Uses of ILinearRing in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return ILinearRing Modifier and Type Method Description ILinearRingIGeometryFactory. createLinearRing(double[] xs, double[] ys)ILinearRingIGeometryFactory. createLinearRing(ICoordinateSequence sequence)ILinearRingIPolygon. getInnerRingN(int index)ILinearRingIPolygon. getOuterRing()Methods in net.anwiba.spatial.geometry that return types with arguments of type ILinearRing Modifier and Type Method Description java.lang.Iterable<ILinearRing>IPolygon. getInnerRings()Methods in net.anwiba.spatial.geometry with parameters of type ILinearRing Modifier and Type Method Description IPolygonIGeometryFactory. createPolygon(ILinearRing outerRing, java.util.List<ILinearRing> innerRings)IPolygonIGeometryFactory. createPolygon(ILinearRing outerRing, ILinearRing[] innerRings)Method parameters in net.anwiba.spatial.geometry with type arguments of type ILinearRing Modifier and Type Method Description IPolygonIGeometryFactory. createPolygon(ILinearRing outerRing, java.util.List<ILinearRing> innerRings) -
Uses of ILinearRing in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement ILinearRing Modifier and Type Class Description classLinearRingMethods in net.anwiba.spatial.geometry.internal that return ILinearRing Modifier and Type Method Description ILinearRingGeometryFactory. createLinearRing(double[] xs, double[] ys)ILinearRingGeometryFactory. createLinearRing(ICoordinateSequence sequence)ILinearRingPolygon. getInnerRingN(int index)ILinearRingPolygon. getOuterRing()Methods in net.anwiba.spatial.geometry.internal that return types with arguments of type ILinearRing Modifier and Type Method Description java.lang.Iterable<ILinearRing>Polygon. getInnerRings()Methods in net.anwiba.spatial.geometry.internal with parameters of type ILinearRing Modifier and Type Method Description IPolygonGeometryFactory. createPolygon(ILinearRing outerRing, java.util.List<ILinearRing> innerRings)PolygonGeometryFactory. createPolygon(ILinearRing outerRing, ILinearRing[] innerRings)Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type ILinearRing Modifier and Type Method Description IPolygonGeometryFactory. createPolygon(ILinearRing outerRing, java.util.List<ILinearRing> innerRings) -
Uses of ILinearRing in net.anwiba.spatial.geometry.polygon
Methods in net.anwiba.spatial.geometry.polygon with parameters of type ILinearRing Modifier and Type Method Description voidAbstractPolygonBuilder. add(ILinearRing ring)voidIPolygonBuilder. add(ILinearRing ring)booleanContainsLinearRingOperator. contains(ILinearRing ring)Constructors in net.anwiba.spatial.geometry.polygon with parameters of type ILinearRing Constructor Description ContainsLinearRingOperator(ILinearRing ring) -
Uses of ILinearRing in net.anwiba.spatial.geometry.polygon.tree
Methods in net.anwiba.spatial.geometry.polygon.tree that return ILinearRing Modifier and Type Method Description ILinearRingGeometryNode. asExteriorRing()ILinearRingIGeometryNode. asExteriorRing()ILinearRingGeometryNode. asInnerRing()ILinearRingIGeometryNode. asInnerRing()ILinearRingGeometryNode. asLinearRing()ILinearRingIGeometryNode. asLinearRing()Constructors in net.anwiba.spatial.geometry.polygon.tree with parameters of type ILinearRing Constructor Description GeometryNode(IGeometryFactoryProvider factoryProvider, ILinearRing ring) -
Uses of ILinearRing in net.anwiba.spatial.geometry.ring
Methods in net.anwiba.spatial.geometry.ring that return types with arguments of type ILinearRing Modifier and Type Method Description java.util.List<ILinearRing>ILinearRingBuilder. build()java.util.List<ILinearRing>LinearRingBuilder. build()
-