Uses of Interface
net.anwiba.spatial.geometry.ILineString
-
-
Uses of ILineString in net.anwiba.spatial.geometry
Subinterfaces of ILineString in net.anwiba.spatial.geometry Modifier and Type Interface Description interfaceILinearRingMethods in net.anwiba.spatial.geometry that return ILineString Modifier and Type Method Description ILineStringIGeometryFactory. createLineString(double[] xs, double[] ys)ILineStringIGeometryFactory. createLineString(ICoordinateSequence coordinateSequence)ILineStringIMultiLineString. getGeometryN(int index)Methods in net.anwiba.spatial.geometry that return types with arguments of type ILineString Modifier and Type Method Description java.lang.Iterable<ILineString>IMultiLineString. geometries()Methods in net.anwiba.spatial.geometry with parameters of type ILineString Modifier and Type Method Description IMultiLineStringIGeometryFactory. createMultiLineString(ILineString geometry)IMultiLineStringIGeometryFactory. createMultiLineString(ILineString[] lineStrings)Method parameters in net.anwiba.spatial.geometry with type arguments of type ILineString Modifier and Type Method Description IMultiLineStringIGeometryFactory. createMultiLineString(java.util.List<ILineString> lineStrings) -
Uses of ILineString in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type ILineString Modifier and Type Method Description static ICoordinateInteriorCalculator. calculateInterior(ILineString geometry) -
Uses of ILineString in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement ILineString Modifier and Type Class Description classLinearRingclassLineStringMethods in net.anwiba.spatial.geometry.internal that return ILineString Modifier and Type Method Description ILineStringGeometryFactory. createLineString(double[] xs, double[] ys)ILineStringGeometryFactory. createLineString(ICoordinateSequence coordinateSequence)Methods in net.anwiba.spatial.geometry.internal with parameters of type ILineString Modifier and Type Method Description IMultiLineStringGeometryFactory. createMultiLineString(ILineString lineStrings)IMultiLineStringGeometryFactory. createMultiLineString(ILineString[] lineStrings)Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type ILineString Modifier and Type Method Description IMultiLineStringGeometryFactory. createMultiLineString(java.util.List<ILineString> lineStrings) -
Uses of ILineString in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type ILineString Modifier and Type Method Description booleanPointInteractOperator. interact(ILineString line, double tolerance)Constructors in net.anwiba.spatial.geometry.operator with parameters of type ILineString Constructor Description LineStringInteractOperator(ILineString lineString) -
Uses of ILineString in net.anwiba.spatial.geometry.polygon
Methods in net.anwiba.spatial.geometry.polygon with parameters of type ILineString Modifier and Type Method Description booleanContainsLinearRingOperator. 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 ILineString Modifier and Type Method Description ILinearRingBuilderILinearRingBuilder. add(ILineString lineString)ILinearRingBuilderLinearRingBuilder. add(ILineString lineString)
-