Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
F
G
I
N
O
R
S
W
C
characters(char[], int, int)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
com.vividsolutions.jts.io.gml2
- package com.vividsolutions.jts.io.gml2
Classes to read and write the GML2 geometry format.
com.vividsolutions.jts.io.oracle
- package com.vividsolutions.jts.io.oracle
Classes to read and write Oracle SDO_GEOMETRY object structures.
E
endElement(String, String, String)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
error(SAXParseException)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
F
fatalError(SAXParseException)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
findStrategy(String, String)
- Static method in class com.vividsolutions.jts.io.gml2.
GeometryStrategies
G
GMLHandler
- class com.vividsolutions.jts.io.gml2.
GMLHandler
.
When you encounter some GML Geometry elements, you may either delegate the events to this handler.
GMLHandler(GeometryFactory, ErrorHandler)
- Constructor for class com.vividsolutions.jts.io.gml2.
GMLHandler
Allows the user to specify a delegate object for error / warning messages.
GMLReader
- class com.vividsolutions.jts.io.gml2.
GMLReader
.
Reads the gml geometry(s) from the user specified xml fragment into a JTS geometry.
GMLReader()
- Constructor for class com.vividsolutions.jts.io.gml2.
GMLReader
GMLWriter
- class com.vividsolutions.jts.io.gml2.
GMLWriter
.
Writes JTS Geometries as GML2 into the writer provided, or as a string.
GMLWriter()
- Constructor for class com.vividsolutions.jts.io.gml2.
GMLWriter
GeometryStrategies
- class com.vividsolutions.jts.io.gml2.
GeometryStrategies
.
Container for GML2 Geometry parsing strategies which can be represented in JTS.
GeometryStrategies()
- Constructor for class com.vividsolutions.jts.io.gml2.
GeometryStrategies
getDimension()
- Method in class com.vividsolutions.jts.io.oracle.
OraReader
getDocumentLocator()
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
getGeometry()
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
This method should only be called AFTER the parser has completed execution
I
ignorableWhitespace(char[], int, int)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
N
NULL_DIMENSION
- Static variable in class com.vividsolutions.jts.io.oracle.
OraReader
O
OraReader
- class com.vividsolutions.jts.io.oracle.
OraReader
.
Creates a
Geometry
from an Oracle MDSYS.GEOMETRY object.
OraReader()
- Constructor for class com.vividsolutions.jts.io.oracle.
OraReader
Creates a new reader, with a default GeometryFactory.
OraReader(GeometryFactory)
- Constructor for class com.vividsolutions.jts.io.oracle.
OraReader
Creates a new reader, with the supplied
GeometryFactory
.
OraWriter
- class com.vividsolutions.jts.io.oracle.
OraWriter
.
Translates a JTS Geometry into an Oracle STRUCT representing an MDSYS.GEOMETRY object.
OraWriter(OracleConnection)
- Constructor for class com.vividsolutions.jts.io.oracle.
OraWriter
Initialize the Oracle MDSYS.GEOMETRY Encoder with a valid oracle connection.
OraWriter(OracleConnection, int)
- Constructor for class com.vividsolutions.jts.io.oracle.
OraWriter
Initialize the Oracle MDSYS.GEOMETRY Encoder with a valid oracle connection.
R
read(String, GeometryFactory)
- Method in class com.vividsolutions.jts.io.gml2.
GMLReader
Reads the GML2 String into a single JTS Geometry Where a collection of Geometries are found, a JTS GeometryCollection is returned.
read(Reader, GeometryFactory)
- Method in class com.vividsolutions.jts.io.gml2.
GMLReader
Reads the Character Stream into a single JTS Geometry Where a collection of Geometries are found, a JTS GeometryCollection is returned.
read(STRUCT)
- Method in class com.vividsolutions.jts.io.oracle.
OraReader
This method will attempt to create a JTS Geometry for the MDSYS.GEOMETRY provided.
S
setDimension(int)
- Method in class com.vividsolutions.jts.io.oracle.
OraReader
setDimension(int)
- Method in class com.vividsolutions.jts.io.oracle.
OraWriter
setDocumentLocator(Locator)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
setMaxCoordinatesPerLine(int)
- Method in class com.vividsolutions.jts.io.gml2.
GMLWriter
Sets the number of coordinates printed per line.
setPrefix(String)
- Method in class com.vividsolutions.jts.io.gml2.
GMLWriter
Allows the user to force a prefix for the GML namespace.
setSRID(int)
- Method in class com.vividsolutions.jts.io.oracle.
OraWriter
Provides the oppotunity to force all geometries written using this writter to be written using the specified srid.
setStartingIndentIndex(int)
- Method in class com.vividsolutions.jts.io.gml2.
GMLWriter
Sets the starting index for preaty printing
startElement(String, String, String, Attributes)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
W
warning(SAXParseException)
- Method in class com.vividsolutions.jts.io.gml2.
GMLHandler
write(Geometry)
- Method in class com.vividsolutions.jts.io.gml2.
GMLWriter
write(Geometry, Writer)
- Method in class com.vividsolutions.jts.io.gml2.
GMLWriter
Writes the JTS Geometry provided as GML2 into the writer provided.
write(Geometry)
- Method in class com.vividsolutions.jts.io.oracle.
OraWriter
This routine will translate the JTS Geometry into an Oracle MDSYS.GEOMETRY STRUCT.
C
E
F
G
I
N
O
R
S
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes