Uses of Class
org.gvsig.fmap.geom.jts.mgeom.MLineString
Packages that use MLineString
-
Uses of MLineString in org.gvsig.fmap.geom.jts.mgeom
Methods in org.gvsig.fmap.geom.jts.mgeom that return MLineStringModifier and TypeMethodDescriptionMGeometryFactory.createMLineString(com.vividsolutions.jts.geom.CoordinateSequence coordinates) Creates a MLineString using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty MLineString.MGeometryFactory.createMLineString(MCoordinate[] coordinates) Constructs a MLineString using the given Coordinates; a null or empty array will create an empty MLineString.MLineString.unionM(MLineString l) Methods in org.gvsig.fmap.geom.jts.mgeom with parameters of type MLineStringModifier and TypeMethodDescriptionMGeometryFactory.createMultiMLineString(MLineString[] mlines) MGeometryFactory.createMultiMLineString(MLineString[] mlines, double mGap) MLineString.unionM(MLineString l) Constructors in org.gvsig.fmap.geom.jts.mgeom with parameters of type MLineStringModifierConstructorDescriptionMultiMLineString(MLineString[] MlineStrings, double mGap, com.vividsolutions.jts.geom.GeometryFactory factory)