Uses of Class
org.gvsig.fmap.geom.jts.mgeom.MGeometryException
Packages that use MGeometryException
-
Uses of MGeometryException in org.gvsig.fmap.geom.jts.mgeom
Methods in org.gvsig.fmap.geom.jts.mgeom that throw MGeometryExceptionModifier and TypeMethodDescriptionMLineString.getClosestPoint(com.vividsolutions.jts.geom.Coordinate co, double tolerance) com.vividsolutions.jts.geom.CoordinateMGeometry.getCoordinateAtM(double m) Returns the Coordinate along the Geometry at the measure valuecom.vividsolutions.jts.geom.CoordinateMLineString.getCoordinateAtM(double m) com.vividsolutions.jts.geom.CoordinateMultiMLineString.getCoordinateAtM(double m) com.vividsolutions.jts.geom.CoordinateSequence[]MGeometry.getCoordinatesBetween(double begin, double end) Returns the coordinatesequence(s) containing all coordinates between the begin and end measures.com.vividsolutions.jts.geom.CoordinateSequence[]MLineString.getCoordinatesBetween(double fromM, double toM) com.vividsolutions.jts.geom.CoordinateSequence[]MultiMLineString.getCoordinatesBetween(double begin, double end) static MultiMLineStringEventLocator.getLinearGeometry(MGeometry lrs, double begin, double end) doubleMGeometry.getMatCoordinate(com.vividsolutions.jts.geom.Coordinate c, double tolerance) Returns the measure value at the CoordinatedoubleMLineString.getMatCoordinate(com.vividsolutions.jts.geom.Coordinate c, double tolerance) doubleMultiMLineString.getMatCoordinate(com.vividsolutions.jts.geom.Coordinate co, double tolerance) static com.vividsolutions.jts.geom.PointEventLocator.getPointGeometry(MGeometry lrs, double position) Returns the point on the specified MGeometry where its measure equals the specified position.MLineString.unionM(MLineString l)