Package | Description |
---|---|
org.geotools.gml2.simple | |
org.geotools.gml3.simple |
Modifier and Type | Class and Description |
---|---|
class |
GenericGeometryEncoder
Helper class that encodes the geometries within GeometryCollection
|
class |
GeometryCollectionEncoder
Encodes a GML2 generic geometry collection
|
Modifier and Type | Method and Description |
---|---|
void |
GML2FeatureCollectionEncoderDelegate.GML2Delegate.registerGeometryEncoders(Map<Class,GeometryEncoder> encoders,
Encoder encoder) |
void |
GMLDelegate.registerGeometryEncoders(Map<Class,GeometryEncoder> encoders,
Encoder encoder)
Registers all the geometry encoders for this GML version in a map, by geometry class
(different versions support different types of geometries, e.g., GML3 supports also curved
ones)
|
Modifier and Type | Class and Description |
---|---|
class |
RingEncoder
Encodes a GML3 curved ring
|
Modifier and Type | Method and Description |
---|---|
void |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.registerGeometryEncoders(Map<Class,GeometryEncoder> encoders,
Encoder encoder) |
Copyright © 1996–2019 Geotools. All rights reserved.