|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.XMLFilterImpl org.geotools.filter.FilterFilter
Creates an OGC filter using a SAX filter.
Possibly the worst-named class of all time, FilterFilter
extracts an OGC filter object from an XML stream and passes it to its
parent as a fully instantiated OGC filter object.
Field Summary | |
protected boolean |
insideFilter
Whether Whether we are currently processing a filter. |
Constructor Summary | |
FilterFilter(FilterHandler parent,
FeatureType schema)
Constructor with parent, which must implement GMLHandlerJTS. |
Method Summary | |
void |
characters(char[] chars,
int start,
int length)
Reads the only internal characters read by filters. |
protected static short |
convertType(java.lang.String filterType)
Converts the string representation of the expression to the AbstractFilter or DefaultExpression short type. |
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName)
Checks for filter element end and - if not a Filter then sends it directly to the appropriate filter factory. |
void |
geometry(com.vividsolutions.jts.geom.Geometry geometry)
Recieves a geometry from its child filter. |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Checks the name of the element, and sends to the appropriate filter creation factory. |
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
endDocument, 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, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.ContentHandler |
endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
Field Detail |
protected boolean insideFilter
Constructor Detail |
public FilterFilter(FilterHandler parent, FeatureType schema)
parent
- The parent of this filter, to recieve the filters created.schema
- The schema that the filter will be used against.Method Detail |
public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
namespaceURI
- The namespace of the element.localName
- The local name of the element.qName
- The full name of the element, including namespace prefix.atts
- The element attributes.
org.xml.sax.SAXException
- Some parsing error occured while reading filter.public void characters(char[] chars, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
chars
- Raw coordinate string from the filter document.start
- Beginning character position of raw string.length
- Length of the character string.
org.xml.sax.SAXException
- Some parsing error occurred while reading
coordinates.public void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
namespaceURI
- Namespace of the element.localName
- Local name of the element.qName
- Full name of the element, including namespace prefix.
org.xml.sax.SAXException
- Parsing error occurred while reading coordinates.public void geometry(com.vividsolutions.jts.geom.Geometry geometry) throws java.lang.RuntimeException
geometry
in interface GMLHandlerJTS
geometry
- The geometry from the filter.
java.lang.RuntimeException
- if the filterFactory can't handle the geometryprotected static short convertType(java.lang.String filterType)
filterType
- Type of filter for check.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |