Uses of Interface
net.anwiba.spatial.geometry.ILinearRing
Packages that use ILinearRing
Package
Description
-
Uses of ILinearRing in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return ILinearRingModifier and TypeMethodDescriptionIGeometryFactory.createLinearRing(double[] xs, double[] ys) IGeometryFactory.createLinearRing(ICoordinateSequence sequence) IPolygon.getInnerRingN(int index) IPolygon.getOuterRing()Methods in net.anwiba.spatial.geometry that return types with arguments of type ILinearRingMethods in net.anwiba.spatial.geometry with parameters of type ILinearRingModifier and TypeMethodDescriptionIGeometryFactory.createPolygon(ILinearRing outerRing, List<ILinearRing> innerRings) IGeometryFactory.createPolygon(ILinearRing outerRing, ILinearRing[] innerRings) Method parameters in net.anwiba.spatial.geometry with type arguments of type ILinearRingModifier and TypeMethodDescriptionIGeometryFactory.createPolygon(ILinearRing outerRing, List<ILinearRing> innerRings) -
Uses of ILinearRing in net.anwiba.spatial.geometry.converter
Methods in net.anwiba.spatial.geometry.converter that return ILinearRingModifier and TypeMethodDescriptionprotected ILinearRingGeometryToGeometryConverter.toLinearRing(ILinearRing linearRing) Methods in net.anwiba.spatial.geometry.converter with parameters of type ILinearRingModifier and TypeMethodDescriptionprotected ILinearRingGeometryToGeometryConverter.toLinearRing(ILinearRing linearRing) -
Uses of ILinearRing in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement ILinearRingMethods in net.anwiba.spatial.geometry.internal that return ILinearRingModifier and TypeMethodDescriptionGeometryFactory.createLinearRing(double[] xs, double[] ys) GeometryFactory.createLinearRing(ICoordinateSequence sequence) Polygon.getInnerRingN(int index) Polygon.getOuterRing()Methods in net.anwiba.spatial.geometry.internal that return types with arguments of type ILinearRingMethods in net.anwiba.spatial.geometry.internal with parameters of type ILinearRingModifier and TypeMethodDescriptionGeometryFactory.createPolygon(ILinearRing outerRing, List<ILinearRing> innerRings) GeometryFactory.createPolygon(ILinearRing outerRing, ILinearRing[] innerRings) Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type ILinearRingModifier and TypeMethodDescriptionGeometryFactory.createPolygon(ILinearRing outerRing, List<ILinearRing> innerRings) -
Uses of ILinearRing in net.anwiba.spatial.geometry.polygon
Methods in net.anwiba.spatial.geometry.polygon with parameters of type ILinearRingModifier and TypeMethodDescriptionvoidAbstractPolygonBuilder.add(ILinearRing ring) voidIPolygonBuilder.add(ILinearRing ring) booleanContainsLinearRingOperator.contains(ILinearRing ring) Constructors in net.anwiba.spatial.geometry.polygon with parameters of type ILinearRing -
Uses of ILinearRing in net.anwiba.spatial.geometry.polygon.tree
Methods in net.anwiba.spatial.geometry.polygon.tree that return ILinearRingModifier and TypeMethodDescriptionGeometryNode.asExteriorRing()IGeometryNode.asExteriorRing()GeometryNode.asInnerRing()IGeometryNode.asInnerRing()GeometryNode.asLinearRing()IGeometryNode.asLinearRing()Constructors in net.anwiba.spatial.geometry.polygon.tree with parameters of type ILinearRingModifierConstructorDescriptionGeometryNode(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