Uses of Interface
net.anwiba.spatial.geometry.IMultiLineString
Packages that use IMultiLineString
Package
Description
-
Uses of IMultiLineString in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return IMultiLineStringModifier and TypeMethodDescriptionIGeometryFactory.createMultiLineString(double[][] xs, double[][] ys) IGeometryFactory.createMultiLineString(double[][] xs, double[][] ys, double[][] zs) IGeometryFactory.createMultiLineString(double[][] xs, double[][] ys, double[][] zs, boolean isMesured) IGeometryFactory.createMultiLineString(double[][] xs, double[][] ys, double[][] zs, double[][] ms) IGeometryFactory.createMultiLineString(List<ILineString> lineStrings) IGeometryFactory.createMultiLineString(ICoordinateSequence[] coordinateSequences) IGeometryFactory.createMultiLineString(ILineString geometry) IGeometryFactory.createMultiLineString(ILineString[] lineStrings) -
Uses of IMultiLineString in net.anwiba.spatial.geometry.calculator
Methods in net.anwiba.spatial.geometry.calculator with parameters of type IMultiLineStringModifier and TypeMethodDescriptionstatic ICoordinateInteriorCalculator.calculateInterior(IMultiLineString geometry) -
Uses of IMultiLineString in net.anwiba.spatial.geometry.converter
Methods in net.anwiba.spatial.geometry.converter that return IMultiLineStringModifier and TypeMethodDescriptionprotected IMultiLineStringGeometryToGeometryConverter.toMultiLineString(IMultiLineString multiLineString) Methods in net.anwiba.spatial.geometry.converter with parameters of type IMultiLineStringModifier and TypeMethodDescriptionprotected IMultiLineStringGeometryToGeometryConverter.toMultiLineString(IMultiLineString multiLineString) -
Uses of IMultiLineString in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement IMultiLineStringMethods in net.anwiba.spatial.geometry.internal that return IMultiLineStringModifier and TypeMethodDescriptionGeometryFactory.createMultiLineString(double[][] xs, double[][] ys) GeometryFactory.createMultiLineString(double[][] xs, double[][] ys, double[][] zs) GeometryFactory.createMultiLineString(double[][] xs, double[][] ys, double[][] zs, boolean isMesured) GeometryFactory.createMultiLineString(double[][] xs, double[][] ys, double[][] zs, double[][] ms) GeometryFactory.createMultiLineString(List<ILineString> lineStrings) GeometryFactory.createMultiLineString(ICoordinateSequence[] coordinateSequences) GeometryFactory.createMultiLineString(ILineString lineStrings) GeometryFactory.createMultiLineString(ILineString[] lineStrings) -
Uses of IMultiLineString in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator with parameters of type IMultiLineStringModifier and TypeMethodDescriptionbooleanPointInteractOperator.interact(IMultiLineString multiLineString, double tolerance)