| Package | Description |
|---|---|
| org.geotools.gml |
Reads
GML files and translates them into Java objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubHandlerBox
Creates a simple OGC box.
|
class |
SubHandlerLinearRing
Creates a simple OGC LinearRing (a closed LineString).
|
class |
SubHandlerLineString
Creates a simple OGC LineString element.
|
class |
SubHandlerMulti
Creates a MultiPoint, MultiLineString, or MultiPolygon geometry as required by the internal
functions.
|
class |
SubHandlerPoint
Creates an OGC simple point.
|
class |
SubHandlerPolygon
Creates a Polygon geometry.
|
| Modifier and Type | Method and Description |
|---|---|
SubHandler |
SubHandlerFactory.create(String type)
Creates a new SubHandler, based on the appropriate OGC simple geometry type.
|
Copyright © 1996–2019 Geotools. All rights reserved.