Uses of Interface
net.anwiba.spatial.geometry.ILineString
Packages that use ILineString
Package
Description
-
Uses of ILineString in net.anwiba.spatial.geometry
Subinterfaces of ILineString in net.anwiba.spatial.geometryMethods in net.anwiba.spatial.geometry that return ILineStringModifier and TypeMethodDescriptionIGeometryFactory.createLineString(double[] xs, double[] ys) IGeometryFactory.createLineString(ICoordinateSequence coordinateSequence) IMultiLineString.getGeometryN(int index) Methods in net.anwiba.spatial.geometry that return types with arguments of type ILineStringMethods in net.anwiba.spatial.geometry with parameters of type ILineStringModifier and TypeMethodDescriptionIGeometryFactory.createMultiLineString(ILineString geometry) IGeometryFactory.createMultiLineString(ILineString[] lineStrings) Method parameters in net.anwiba.spatial.geometry with type arguments of type ILineStringModifier and TypeMethodDescriptionIGeometryFactory.createMultiLineString(List<ILineString> lineStrings) -
Uses of ILineString in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type ILineStringModifier and TypeMethodDescriptionstatic ICoordinateInteriorCalculator.calculateInterior(ILineString geometry) -
Uses of ILineString in net.anwiba.spatial.geometry.converter
Methods in net.anwiba.spatial.geometry.converter that return ILineStringModifier and TypeMethodDescriptionprotected ILineStringGeometryToGeometryConverter.toLineString(ILineString lineString) Methods in net.anwiba.spatial.geometry.converter with parameters of type ILineStringModifier and TypeMethodDescriptionprotected ILineStringGeometryToGeometryConverter.toLineString(ILineString lineString) -
Uses of ILineString in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement ILineStringMethods in net.anwiba.spatial.geometry.internal that return ILineStringModifier and TypeMethodDescriptionGeometryFactory.createLineString(double[] xs, double[] ys) GeometryFactory.createLineString(ICoordinateSequence coordinateSequence) Methods in net.anwiba.spatial.geometry.internal with parameters of type ILineStringModifier and TypeMethodDescriptionGeometryFactory.createMultiLineString(ILineString lineStrings) GeometryFactory.createMultiLineString(ILineString[] lineStrings) Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type ILineStringModifier and TypeMethodDescriptionGeometryFactory.createMultiLineString(List<ILineString> lineStrings) -
Uses of ILineString in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type ILineStringModifier and TypeMethodDescriptionbooleanPointInteractOperator.interact(ILineString line, double tolerance) Constructors in net.anwiba.spatial.geometry.operator with parameters of type ILineString -
Uses of ILineString in net.anwiba.spatial.geometry.polygon
Methods in net.anwiba.spatial.geometry.polygon with parameters of type ILineStringModifier and TypeMethodDescriptionbooleanContainsLinearRingOperator.contains(ILineString ring, boolean borderTouch) booleanContainsLinearRingOperator.containsOrCross(ILineString ring) -
Uses of ILineString in net.anwiba.spatial.geometry.ring
Methods in net.anwiba.spatial.geometry.ring with parameters of type ILineStringModifier and TypeMethodDescriptionILinearRingBuilder.add(ILineString lineString) LinearRingBuilder.add(ILineString lineString)