Package org.geotools.xsd
Interface EncoderDelegate
- All Known Implementing Classes:
FeatureCollectionEncoderDelegate
,GML2FeatureCollectionEncoderDelegate
,GML32FeatureCollectionEncoderDelegate
,GML3FeatureCollectionEncoderDelegate
public interface EncoderDelegate
An interface used to signal to the
Encoder
that it should delegate to the object itself to encode, rather
than work the object through the typical encoding routine.- Author:
- Justin Deoliveira, OpenGEO
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(ContentHandler output) Encodes content to an output stream.
-
Method Details
-
encode
Encodes content to an output stream.- Throws:
Exception
-