|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.GeometryFactory
org.hibernate.spatial.jts.mgeom.MGeometryFactory
public class MGeometryFactory
Extension of the GeometryFactory for constructing Geometries with Measure support.
GeometryFactory
,
Serialized FormConstructor Summary | |
---|---|
MGeometryFactory()
|
|
MGeometryFactory(MCoordinateSequenceFactory coordinateSequenceFactory)
|
|
MGeometryFactory(com.vividsolutions.jts.geom.PrecisionModel precisionModel)
|
|
MGeometryFactory(com.vividsolutions.jts.geom.PrecisionModel precisionModel,
int SRID)
|
|
MGeometryFactory(com.vividsolutions.jts.geom.PrecisionModel precisionModel,
int SRID,
MCoordinateSequenceFactory coordinateSequenceFactory)
|
Method Summary | |
---|---|
MLineString |
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 |
createMLineString(MCoordinate[] coordinates)
Constructs a MLineString using the given Coordinates; a null or empty array will create an empty MLineString. |
MultiMLineString |
createMultiMLineString(MLineString[] mlines)
|
MultiMLineString |
createMultiMLineString(MLineString[] mlines,
double mGap)
|
Methods inherited from class com.vividsolutions.jts.geom.GeometryFactory |
---|
buildGeometry, createGeometry, createGeometryCollection, createLinearRing, createLinearRing, createLineString, createLineString, createMultiLineString, createMultiPoint, createMultiPoint, createMultiPoint, createMultiPolygon, createPoint, createPoint, createPointFromInternalCoord, createPolygon, createPolygon, createPolygon, createPolygon, getCoordinateSequenceFactory, getPrecisionModel, getSRID, toGeometry, toGeometryArray, toLinearRingArray, toLineStringArray, toMultiLineStringArray, toMultiPointArray, toMultiPolygonArray, toPointArray, toPolygonArray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MGeometryFactory(com.vividsolutions.jts.geom.PrecisionModel precisionModel, int SRID, MCoordinateSequenceFactory coordinateSequenceFactory)
public MGeometryFactory(MCoordinateSequenceFactory coordinateSequenceFactory)
public MGeometryFactory(com.vividsolutions.jts.geom.PrecisionModel precisionModel)
public MGeometryFactory(com.vividsolutions.jts.geom.PrecisionModel precisionModel, int SRID)
public MGeometryFactory()
Method Detail |
---|
public MLineString createMLineString(MCoordinate[] coordinates)
coordinates
- array of MCoordinate defining this geometry's vertices
GeometryFactory.createLineString(com.vividsolutions.jts.geom.Coordinate[])
public MultiMLineString createMultiMLineString(MLineString[] mlines, double mGap)
public MultiMLineString createMultiMLineString(MLineString[] mlines)
public MLineString createMLineString(com.vividsolutions.jts.geom.CoordinateSequence coordinates)
coordinates
- a CoordinateSequence possibly empty, or null
coordinates
GeometryFactory.createLineString(com.vividsolutions.jts.geom.CoordinateSequence)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |