Uses of Class
org.gvsig.fmap.geom.jts.mgeom.MCoordinate
Packages that use MCoordinate
Package
Description
-
Uses of MCoordinate in org.gvsig.fmap.geom.jts.crs
Constructors in org.gvsig.fmap.geom.jts.crs with parameters of type MCoordinate -
Uses of MCoordinate in org.gvsig.fmap.geom.jts.mgeom
Methods in org.gvsig.fmap.geom.jts.mgeom that return MCoordinateModifier and TypeMethodDescriptionstatic MCoordinateMCoordinate.convertCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate) Converts a standard Coordinate instance to an MCoordinate instance.static MCoordinate[]MCoordinateSequence.copy(com.vividsolutions.jts.geom.Coordinate[] coordinates) static MCoordinate[]MCoordinateSequence.copy(com.vividsolutions.jts.geom.CoordinateSequence coordSeq) static MCoordinateMCoordinate.create2d(double x, double y) A convenience method for creating a MCoordinate instance where there are only 2 coordinates and an lrs measure value.static MCoordinateMCoordinate.create2dWithMeasure(double x, double y, double m) A convenience method for creating a MCoordinate instance where there are only 2 coordinates and an lrs measure value.static MCoordinateMCoordinate.create3d(double x, double y, double z) A convenience method for creating a MCoordinate instance where there are 3 coordinates but no lrs measure value.static MCoordinateMCoordinate.create3dWithMeasure(double x, double y, double z, double m) A convenience method for creating a MCoordinate instance where there are 3 coordinates and an lrs measure value.MLineString.getClosestPoint(com.vividsolutions.jts.geom.Coordinate co, double tolerance) Methods in org.gvsig.fmap.geom.jts.mgeom with parameters of type MCoordinateModifier and TypeMethodDescriptionMGeometryFactory.createMLineString(MCoordinate[] coordinates) Constructs a MLineString using the given Coordinates; a null or empty array will create an empty MLineString.Constructors in org.gvsig.fmap.geom.jts.mgeom with parameters of type MCoordinateModifierConstructorDescriptionMCoordinate(MCoordinate coord) MCoordinateSequence(MCoordinate[] coordinates) Copy constructor -- simply aliases the input array, for better performance. -
Uses of MCoordinate in org.gvsig.fmap.geom.jts.util
Methods in org.gvsig.fmap.geom.jts.util that return MCoordinateModifier and TypeMethodDescriptionstatic MCoordinateJTSUtils.createMCoordinate(double x, double y, double m) static MCoordinateJTSUtils.createMCoordinate(double x, double y, double z, double m)