Package org.locationtech.jts.io.gml2
Class GMLHandler.Handler
java.lang.Object
org.locationtech.jts.io.gml2.GMLHandler.Handler
- Enclosing class:
GMLHandler
This class is intended to log the SAX activity within a given element until its termination.
At this time, a new object of value is created and passed to the parent.
An object of value is typically either java.lang.* or a JTS Geometry
This class is not intended for use outside this distribution,
and may change in subsequent versions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Attributes
protected List
protected GeometryStrategies.ParseStrategy
protected StringBuffer
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attrs
-
strategy
-
text
-
children
-
-
Constructor Details
-
Handler
- Parameters:
strategy
-attributes
- Nullable
-
-
Method Details
-
addText
Caches text for the future- Parameters:
str
-
-
keep
Store param for the future- Parameters:
obj
-
-
create
- Parameters:
gf
- GeometryFactory- Returns:
- Parsed Object
- Throws:
SAXException
-