|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineString | |
gistoolkit.datasources | |
gistoolkit.datasources.shapefile | |
gistoolkit.display.renderer | |
gistoolkit.features | |
gistoolkit.features.jtsutils | |
gistoolkit.projection |
Uses of LineString in gistoolkit.datasources |
Methods in gistoolkit.datasources that return LineString | |
static LineString |
WKTFactory.parseLineString(java.lang.String inWKT)
Convert the Well Know Text (WKT) representation of a line string into a LineString. |
Uses of LineString in gistoolkit.datasources.shapefile |
Subclasses of LineString in gistoolkit.datasources.shapefile | |
class |
LineStringM
Just like a line string exept it is composed of points with M coordinates. |
class |
LineStringZ
Just like a line stringM exept it is composed of points with z coordinates. |
Constructors in gistoolkit.datasources.shapefile with parameters of type LineString | |
MultiLineStringM(LineString[] inLines)
MultiLineStringM constructor comment. |
|
MultiLineStringM(LineString inLines)
MultiLineStringM constructor comment. |
|
MultiLineStringZ(LineString[] inLines)
MultiLineStringM constructor comment. |
|
MultiLineStringZ(LineString inLines)
MultiLineStringM constructor comment. |
Uses of LineString in gistoolkit.display.renderer |
Methods in gistoolkit.display.renderer with parameters of type LineString | |
protected boolean |
LineRenderer.drawLine(java.awt.Graphics inGraphics,
LineString inLineString,
Converter inConverter)
Draws the actual line, the draw shape routine calls this routine. |
protected boolean |
LineRenderer.drawLinePoints(java.awt.Graphics inGraphics,
LineString inLineString,
Converter inConverter)
Draws the Shapes |
Uses of LineString in gistoolkit.features |
Fields in gistoolkit.features declared as LineString | |
protected LineString[] |
MultiLineString.myLines
List of line strings |
Methods in gistoolkit.features that return LineString | |
LineString[] |
MultiLineString.getLines()
Retrieves the array of lines contained in this multi Line String. |
Methods in gistoolkit.features with parameters of type LineString | |
boolean |
LineString.containsLine(LineString inLineString)
For line strings, since the shape is a line, it can only contain points, and other line strings. |
boolean |
LineString.intersectsLineString(LineString inLineString)
A LineString will intersect another line string if the two LineStrings cross at some point |
boolean |
LinearRing.containsLine(LineString inLineString)
For linear rings, since the shape is representing a simple polygon, if the shape is contained within the interior of the ring, then it is said to be within the simple polygon. |
void |
MultiLineString.addLineString(int inIndex,
LineString inLineString)
Add a line string to this MultiLineString at the given location |
boolean |
MultiPoint.intersectsLineString(LineString inLineString)
A MultiPoint will intersect a LineString if any one of the points intersects a verticie of the line string, or is on one of the lines. |
boolean |
Point.intersectsLineString(LineString inLineString)
A point intersects a LineString if it intersects any one if the LineStrings' points, or if it is on the line between any two of the LineStrings' points. |
Constructors in gistoolkit.features with parameters of type LineString | |
MultiLineString(LineString[] inLines)
Creates a MultiLineString from the lines |
|
MultiLineString(LineString inLines)
Create a MultiLineString from the given line |
Uses of LineString in gistoolkit.features.jtsutils |
Methods in gistoolkit.features.jtsutils that return LineString | |
LineString |
JTSConverter.convertLineString(com.vividsolutions.jts.geom.LineString inLineString)
Converts a JTS LineString to a GISToolkit LineString. |
Methods in gistoolkit.features.jtsutils with parameters of type LineString | |
com.vividsolutions.jts.geom.LineString |
JTSConverter.convertLineString(LineString inLineString)
Converts a GISToolkit LineString to a JTS LineString. |
Uses of LineString in gistoolkit.projection |
Methods in gistoolkit.projection with parameters of type LineString | |
static void |
ShapeProjector.projectForwardLineString(Projection inProjection,
LineString inLineString)
Handles projection of LineStrings. |
static void |
ShapeProjector.projectBackwardLineString(Projection inProjection,
LineString inLineString)
Handles reverse projection of LineStrings. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |