Uses of Interface
org.gvsig.fmap.geom.primitive.Line
Packages that use Line
-
Uses of Line in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that return LineModifier and TypeMethodDescriptionGeometryManager.createLine(int subType) Create a new line with a concrete type.static LineGeometryUtils.createLine(double x1, double y1, double x2, double y2, int subtype) Creates line as of two point coordinates.static LineGeometryUtils.createLine(int subType) static LineGeometryUtils.createLine(Point p1, Point p2, int subtype) Creates line as of two point objects. -
Uses of Line in org.gvsig.fmap.geom.primitive
Methods in org.gvsig.fmap.geom.primitive that return LineMethods in org.gvsig.fmap.geom.primitive with parameters of type LineModifier and TypeMethodDescriptionvoidSurface.addInteriorRing(Line line) Creates a ring from the coordinates of the line and adds it to the surface like an inner ring.