Uses of Class
org.geotools.gml2.simple.GMLWriter
Packages that use GMLWriter
-
Uses of GMLWriter in org.geotools.gml2.simple
Methods in org.geotools.gml2.simple with parameters of type GMLWriterModifier and TypeMethodDescriptionvoidGenericGeometryEncoder.encode(Geometry geometry, AttributesImpl atts, GMLWriter handler) voidGeometryCollectionEncoder.encode(GeometryCollection geometry, AttributesImpl atts, GMLWriter handler) voidGeometryEncoder.encode(T geometry, AttributesImpl atts, GMLWriter handler) Encodes a geometry valuevoidGeometryEncoder.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.abstract voidObjectEncoder.encode(T object, AttributesImpl atts, GMLWriter handler) voidGML2FeatureCollectionEncoderDelegate.GML2Delegate.endFeature(GMLWriter handler) voidGMLDelegate.endFeature(GMLWriter handler) Closes a single featurevoidGML2FeatureCollectionEncoderDelegate.GML2Delegate.endFeatures(GMLWriter handler) voidGMLDelegate.endFeatures(GMLWriter handler) Closes a collection of featuresvoidvoidCloses a tuplevoidGML2FeatureCollectionEncoderDelegate.GML2Delegate.startFeature(GMLWriter handler) voidGMLDelegate.startFeature(GMLWriter handler) Writes whatever per feature preamble is needed in this GML versionvoidGML2FeatureCollectionEncoderDelegate.GML2Delegate.startFeatures(GMLWriter handler) voidGMLDelegate.startFeatures(GMLWriter handler) Writes whatever per collection preamble is needed in this GML versionvoidGML2FeatureCollectionEncoderDelegate.GML2Delegate.startTuple(GMLWriter output) voidGMLDelegate.startTuple(GMLWriter handler) Writes the tuple preamble -
Uses of GMLWriter in org.geotools.gml3.simple
Methods in org.geotools.gml3.simple with parameters of type GMLWriterModifier and TypeMethodDescriptionvoidGenericGeometryEncoder.encode(Geometry geometry, AttributesImpl atts, GMLWriter handler, String parentId) voidRingEncoder.encode(Geometry geometry, AttributesImpl atts, GMLWriter handler, String gmlId) voidGML32FeatureCollectionEncoderDelegate.GML32Delegate.endFeature(GMLWriter handler) voidGML32FeatureCollectionEncoderDelegate.GML32Delegate.endFeatures(GMLWriter handler) voidvoidGML32FeatureCollectionEncoderDelegate.GML32Delegate.startFeature(GMLWriter handler) voidGML32FeatureCollectionEncoderDelegate.GML32Delegate.startFeatures(GMLWriter handler) voidGML32FeatureCollectionEncoderDelegate.GML32Delegate.startTuple(GMLWriter handler)