Package | Description |
---|---|
org.geotools.gml2.simple | |
org.geotools.gml3.simple |
Modifier and Type | Method and Description |
---|---|
void |
GenericGeometryEncoder.encode(Geometry geometry,
AttributesImpl atts,
GMLWriter handler) |
void |
GeometryCollectionEncoder.encode(GeometryCollection geometry,
AttributesImpl atts,
GMLWriter handler) |
void |
GeometryEncoder.encode(T geometry,
AttributesImpl atts,
GMLWriter handler)
Encodes a geometry value
|
abstract void |
ObjectEncoder.encode(T object,
AttributesImpl atts,
GMLWriter handler) |
void |
GeometryEncoder.encode(T geometry,
AttributesImpl atts,
GMLWriter handler,
String gmlId)
Encodes a geometry value with a given gmlId (implementations might choose to use it to
generate gml:id attributes, depending on the GML version.
|
void |
GML2FeatureCollectionEncoderDelegate.GML2Delegate.endFeature(GMLWriter handler) |
void |
GMLDelegate.endFeature(GMLWriter handler)
Closes a single feature
|
void |
GML2FeatureCollectionEncoderDelegate.GML2Delegate.endFeatures(GMLWriter handler) |
void |
GMLDelegate.endFeatures(GMLWriter handler)
Closes a collection of features
|
void |
GML2FeatureCollectionEncoderDelegate.GML2Delegate.endTuple(GMLWriter output) |
void |
GMLDelegate.endTuple(GMLWriter handler)
Closes a tuple
|
void |
GML2FeatureCollectionEncoderDelegate.GML2Delegate.startFeature(GMLWriter handler) |
void |
GMLDelegate.startFeature(GMLWriter handler)
Writes whatever per feature preamble is needed in this GML version
|
void |
GML2FeatureCollectionEncoderDelegate.GML2Delegate.startFeatures(GMLWriter handler) |
void |
GMLDelegate.startFeatures(GMLWriter handler)
Writes whatever per collection preamble is needed in this GML version
|
void |
GML2FeatureCollectionEncoderDelegate.GML2Delegate.startTuple(GMLWriter output) |
void |
GMLDelegate.startTuple(GMLWriter handler)
Writes the tuple preamble
|
Modifier and Type | Method and Description |
---|---|
void |
RingEncoder.encode(Geometry geometry,
AttributesImpl atts,
GMLWriter handler,
String gmlId) |
void |
GenericGeometryEncoder.encode(Geometry geometry,
AttributesImpl atts,
GMLWriter handler,
String parentId) |
void |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.endFeature(GMLWriter handler) |
void |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.endFeatures(GMLWriter handler) |
void |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.endTuple(GMLWriter handler) |
void |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.startFeature(GMLWriter handler) |
void |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.startFeatures(GMLWriter handler) |
void |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.startTuple(GMLWriter handler) |
Copyright © 1996–2019 Geotools. All rights reserved.