Package org.geotools.gml
Class GMLReceiver
Object
XMLFilterImpl
GMLReceiver
- All Implemented Interfaces:
GMLHandlerFeature,ContentHandler,DTDHandler,EntityResolver,ErrorHandler,XMLFilter,XMLReader
- Author:
- Darren Edmonds
-
Constructor Summary
ConstructorsConstructorDescriptionGMLReceiver(DefaultFeatureCollection featureCollection) Creates a new instance of GMLReceiver -
Method Summary
Modifier and TypeMethodDescriptionvoidfeature(SimpleFeature feature) Receives an OGC feature and adds it into the collectionMethods inherited from class XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Constructor Details
-
GMLReceiver
Creates a new instance of GMLReceiver- Parameters:
featureCollection- sets the FeatureCollection
-
-
Method Details
-
feature
Receives an OGC feature and adds it into the collection- Specified by:
featurein interfaceGMLHandlerFeature- Parameters:
feature- the OGC feature
-