Uses of Class
org.hibernatespatial.mgeom.MGeometryException

Packages that use MGeometryException
org.hibernatespatial.mgeom   
 

Uses of MGeometryException in org.hibernatespatial.mgeom
 

Methods in org.hibernatespatial.mgeom that throw MGeometryException
 MCoordinate MLineString.getClosestPoint(com.vividsolutions.jts.geom.Coordinate co, double tolerance)
           
 com.vividsolutions.jts.geom.Coordinate MultiMLineString.getCoordinateAtM(double m)
           
 com.vividsolutions.jts.geom.Coordinate MGeometry.getCoordinateAtM(double m)
          Returns the Coordinate along the Geometry at the measure value
 com.vividsolutions.jts.geom.Coordinate MLineString.getCoordinateAtM(double m)
           
 com.vividsolutions.jts.geom.CoordinateSequence[] MultiMLineString.getCoordinatesBetween(double begin, double end)
           
 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)
           
static MultiMLineString EventLocator.getLinearGeometry(MGeometry lrs, double begin, double end)
           
 double MultiMLineString.getMatCoordinate(com.vividsolutions.jts.geom.Coordinate co, double tolerance)
           
 double MGeometry.getMatCoordinate(com.vividsolutions.jts.geom.Coordinate c, double tolerance)
          Returns the measure value at the Coordinate
 double MLineString.getMatCoordinate(com.vividsolutions.jts.geom.Coordinate c, double tolerance)
           
static com.vividsolutions.jts.geom.Point EventLocator.getPointGeometry(MGeometry lrs, double position)
          Returns the point on the specified MGeometry where its measure equals the specified position.
 MLineString MLineString.unionM(MLineString l)
           
 



Copyright © 2011 hibernatespatial.org. All Rights Reserved.