Uses of Class
org.hibernatespatial.mgeom.MCoordinate

Packages that use MCoordinate
org.hibernatespatial.mgeom   
 

Uses of MCoordinate in org.hibernatespatial.mgeom
 

Methods in org.hibernatespatial.mgeom that return MCoordinate
static MCoordinate MCoordinate.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 MCoordinate MCoordinate.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 MCoordinate MCoordinate.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 MCoordinate MCoordinate.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 MCoordinate MCoordinate.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.
 MCoordinate MLineString.getClosestPoint(com.vividsolutions.jts.geom.Coordinate co, double tolerance)
           
 

Methods in org.hibernatespatial.mgeom with parameters of type MCoordinate
 MLineString MGeometryFactory.createMLineString(MCoordinate[] coordinates)
          Constructs a MLineString using the given Coordinates; a null or empty array will create an empty MLineString.
 

Constructors in org.hibernatespatial.mgeom with parameters of type MCoordinate
MCoordinate(MCoordinate coord)
           
MCoordinateSequence(MCoordinate[] coordinates)
          Copy constructor -- simply aliases the input array, for better performance.
 



Copyright © 2011 hibernatespatial.org. All Rights Reserved.