Uses of Class
org.hibernatespatial.mgeom.MLineString

Packages that use MLineString
org.hibernatespatial.mgeom   
 

Uses of MLineString in org.hibernatespatial.mgeom
 

Methods in org.hibernatespatial.mgeom that return MLineString
 MLineString MGeometryFactory.createMLineString(com.vividsolutions.jts.geom.CoordinateSequence coordinates)
          Creates a MLineString using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty MLineString.
 MLineString MGeometryFactory.createMLineString(MCoordinate[] coordinates)
          Constructs a MLineString using the given Coordinates; a null or empty array will create an empty MLineString.
 MLineString MLineString.unionM(MLineString l)
           
 

Methods in org.hibernatespatial.mgeom with parameters of type MLineString
 MultiMLineString MGeometryFactory.createMultiMLineString(MLineString[] mlines)
           
 MultiMLineString MGeometryFactory.createMultiMLineString(MLineString[] mlines, double mGap)
           
 MLineString MLineString.unionM(MLineString l)
           
 

Constructors in org.hibernatespatial.mgeom with parameters of type MLineString
MultiMLineString(MLineString[] MlineStrings, double mGap, com.vividsolutions.jts.geom.GeometryFactory factory)
           
 



Copyright © 2011 hibernatespatial.org. All Rights Reserved.