Package org.geotools.xsd
Interface EncoderDelegate
-
- All Known Implementing Classes:
FeatureCollectionEncoderDelegate
,GML2FeatureCollectionEncoderDelegate
,GML32FeatureCollectionEncoderDelegate
,GML3FeatureCollectionEncoderDelegate
public interface EncoderDelegate
An interface used to signal to theEncoder
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
encode(ContentHandler output)
Encodes content to an output stream.
-
-
-
Method Detail
-
encode
void encode(ContentHandler output) throws Exception
Encodes content to an output stream.- Throws:
Exception
-
-