Package net.opengis.gml.v32.bind
Class XMLStreamBindings
java.lang.Object
net.opengis.AbstractBindings
net.opengis.AbstractXMLStreamBindings
net.opengis.gml.v32.bind.XMLStreamBindings
- Direct Known Subclasses:
 GMLStaxBindings
- 
Field Summary
FieldsFields inherited from class net.opengis.AbstractXMLStreamBindings
ERROR_INVALID_ELT, ERROR_UNSUPPORTED_TYPE, idrefMap, nsContext, XLINK_NS_URI, XSI_NS_URI - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionreadAbstractCurve(XMLStreamReader reader) Dispatcher method for reading elements derived from AbstractCurvereadAbstractFeature(XMLStreamReader reader) Dispatcher method for reading elements derived from AbstractFeaturereadAbstractFeatureType(XMLStreamReader reader, AbstractFeature bean) Reads AbstractFeatureType content to a concrete feature instancevoidreadAbstractFeatureTypeAttributes(Map<String, String> attrMap, AbstractFeature bean) Reads attributes of AbstractFeatureType complex typevoidreadAbstractFeatureTypeElements(XMLStreamReader reader, AbstractFeature bean) Reads elements of AbstractFeatureType complex typereadAbstractGeometry(XMLStreamReader reader) Dispatcher method for reading elements derived from AbstractGeometryvoidreadAbstractGeometryTypeAttributes(Map<String, String> attrMap, AbstractGeometry bean) Reads attributes of AbstractGeometryType complex typevoidreadAbstractGeometryTypeElements(XMLStreamReader reader, AbstractGeometry bean) Reads elements of AbstractGeometryType complex typevoidreadAbstractGMLTypeAttributes(Map<String, String> attrMap, AbstractGML bean) Reads attributes of AbstractGMLType complex typevoidreadAbstractGMLTypeElements(XMLStreamReader reader, AbstractGML bean) Reads elements of AbstractGMLType complex typereadAbstractSurface(XMLStreamReader reader) Dispatcher method for reading elements derived from AbstractSurfaceDispatcher method for reading elements derived from AbstractTimeGeometricPrimitivevoidreadAbstractTimeGeometricPrimitiveTypeAttributes(Map<String, String> attrMap, AbstractTimeGeometricPrimitive bean) Reads attributes of AbstractTimeGeometricPrimitiveType complex typevoidreadAbstractTimeGeometricPrimitiveTypeElements(XMLStreamReader reader, AbstractTimeGeometricPrimitive bean) Reads elements of AbstractTimeGeometricPrimitiveType complex typevoidreadAbstractTimePrimitiveTypeAttributes(Map<String, String> attrMap, AbstractTimePrimitive bean) Reads attributes of AbstractTimePrimitiveType complex typevoidReads elements of AbstractTimePrimitiveType complex typereadCodeListType(XMLStreamReader reader) Read method for CodeListType complex typevoidreadCodeListTypeAttributes(Map<String, String> attrMap, CodeList bean) Reads attributes of CodeListType complex typeRead method for CodeOrNilReasonListType complex typevoidreadCodeOrNilReasonListTypeAttributes(Map<String, String> attrMap, CodeOrNilReasonList bean) Reads attributes of CodeOrNilReasonListType complex typereadCodeType(XMLStreamReader reader) Read method for CodeType complex typevoidreadCodeTypeAttributes(Map<String, String> attrMap, CodeWithAuthority bean) Reads attributes of CodeType complex typereadEnvelope(XMLStreamReader reader) Read method for Envelope elementsreadEnvelopeType(XMLStreamReader reader) Read method for EnvelopeType complex typevoidreadEnvelopeTypeAttributes(Map<String, String> attrMap, Envelope bean) Reads attributes of EnvelopeType complex typevoidreadEnvelopeTypeElements(XMLStreamReader reader, Envelope bean) Reads elements of EnvelopeType complex typereadFeatureCollection(XMLStreamReader reader) Read method for FeatureCollection elementsRead method for FeatureCollectionType complex typevoidreadFeatureCollectionTypeAttributes(Map<String, String> attrMap, FeatureCollection bean) Reads attributes of AbstractFeatureCollectionType complex typevoidReads elements of AbstractFeatureCollectionType complex typereadLinearRing(XMLStreamReader reader) Read method for LinearRing elementsreadLinearRingType(XMLStreamReader reader) Read method for LinearRingType complex typevoidreadLinearRingTypeElements(XMLStreamReader reader, LinearRing bean) Reads elements of LinearRingType complex typereadLineString(XMLStreamReader reader) Read method for LineString elementsreadLineStringType(XMLStreamReader reader) Read method for LineStringType complex typevoidreadLineStringTypeAttributes(Map<String, String> attrMap, LineString bean) Reads attributes of LineStringType complex typevoidreadLineStringTypeElements(XMLStreamReader reader, LineString bean) Reads elements of LineStringType complex typereadLocationKeyWord(XMLStreamReader reader) Read method for LocationKeyWord elementsreadLocationString(XMLStreamReader reader) Read method for LocationString elementsreadPoint(XMLStreamReader reader) Read method for Point elementsreadPointType(XMLStreamReader reader) Read method for PointType complex typevoidreadPointTypeAttributes(Map<String, String> attrMap, Point bean) Reads attributes of PointType complex typevoidreadPointTypeElements(XMLStreamReader reader, Point bean) Reads elements of PointType complex typereadPolygon(XMLStreamReader reader) Read method for Polygon elementsreadPolygonType(XMLStreamReader reader) Read method for PolygonType complex typevoidreadPolygonTypeAttributes(Map<String, String> attrMap, Polygon bean) Reads attributes of PolygonType complex typevoidreadPolygonTypeElements(XMLStreamReader reader, Polygon bean) Reads elements of PolygonType complex typedouble[]readPositionElements(XMLStreamReader reader) Reads coordinate array from a choice of pos/posList/coordinates propertiesreadReferenceType(XMLStreamReader reader) Read method for ReferenceType complex typevoidreadReferenceTypeAttributes(Map<String, String> attrMap, Reference bean) Reads attributes of ReferenceType complex typereadTimeInstant(XMLStreamReader reader) Read method for TimeInstant elementsreadTimeInstantType(XMLStreamReader reader) Read method for TimeInstantType complex typevoidreadTimeInstantTypeAttributes(Map<String, String> attrMap, TimeInstant bean) Reads attributes of TimeInstantType complex typevoidreadTimeInstantTypeElements(XMLStreamReader reader, TimeInstant bean) Reads elements of TimeInstantType complex typereadTimeInterval(XMLStreamReader reader) Read method for TimeInterval elementsRead method for TimeIntervalLengthType complex typevoidreadTimeIntervalLengthTypeAttributes(Map<String, String> attrMap, TimeIntervalLength bean) Reads attributes of TimeIntervalLengthType complex typereadTimePeriod(XMLStreamReader reader) Read method for TimePeriod elementsreadTimePeriodType(XMLStreamReader reader) Read method for TimePeriodType complex typevoidreadTimePeriodTypeAttributes(Map<String, String> attrMap, TimePeriod bean) Reads attributes of TimePeriodType complex typevoidreadTimePeriodTypeElements(XMLStreamReader reader, TimePeriod bean) Reads elements of TimePeriodType complex typereadTimePosition(XMLStreamReader reader) Read method for TimePosition elementsreadTimePositionType(XMLStreamReader reader) Read method for TimePositionType complex typevoidreadTimePositionTypeAttributes(Map<String, String> attrMap, TimePosition bean) Reads attributes of TimePositionType complex typevoidwriteAbstractCurve(XMLStreamWriter writer, AbstractCurve bean) Dispatcher method for writing classes derived from AbstractCurvevoidwriteAbstractFeature(XMLStreamWriter writer, AbstractFeature bean) Dispatcher method for writing classes derived from AbstractFeaturevoidwriteAbstractFeatureTypeAttributes(XMLStreamWriter writer, AbstractFeature bean) Writes attributes of AbstractFeatureType complex typevoidwriteAbstractFeatureTypeElements(XMLStreamWriter writer, AbstractFeature bean) Writes elements of AbstractFeatureType complex typevoidwriteAbstractGeometry(XMLStreamWriter writer, AbstractGeometry bean) Dispatcher method for writing classes derived from AbstractGeometryvoidWrites attributes of AbstractGeometryType complex typevoidwriteAbstractGeometryTypeElements(XMLStreamWriter writer, AbstractGeometry bean) Writes elements of AbstractGeometryType complex typevoidwriteAbstractGMLTypeAttributes(XMLStreamWriter writer, AbstractGML bean) Writes attributes of AbstractGMLType complex typevoidwriteAbstractGMLTypeElements(XMLStreamWriter writer, AbstractGML bean) Writes elements of AbstractGMLType complex typevoidwriteAbstractSurface(XMLStreamWriter writer, AbstractSurface bean) Dispatcher method for writing classes derived from AbstractSurfacevoidDispatcher method for writing classes derived from AbstractTimeGeometricPrimitivevoidwriteAbstractTimeGeometricPrimitiveTypeAttributes(XMLStreamWriter writer, AbstractTimeGeometricPrimitive bean) Writes attributes of AbstractTimeGeometricPrimitiveType complex typevoidwriteAbstractTimeGeometricPrimitiveTypeElements(XMLStreamWriter writer, AbstractTimeGeometricPrimitive bean) Writes elements of AbstractTimeGeometricPrimitiveType complex typevoidWrites attributes of AbstractTimePrimitiveType complex typevoidWrites elements of AbstractTimePrimitiveType complex typevoidwriteCodeListType(XMLStreamWriter writer, CodeList bean) Write method for CodeListType complex typevoidwriteCodeListTypeAttributes(XMLStreamWriter writer, CodeList bean) Writes attributes of CodeListType complex typevoidwriteCodeOrNilReasonListType(XMLStreamWriter writer, CodeOrNilReasonList bean) Write method for CodeOrNilReasonListType complex typevoidWrites attributes of CodeOrNilReasonListType complex typevoidwriteCodeType(XMLStreamWriter writer, CodeWithAuthority bean) Write method for CodeType complex typevoidwriteCodeTypeAttributes(XMLStreamWriter writer, CodeWithAuthority bean) Writes attributes of CodeType complex typevoidwriteEnvelope(XMLStreamWriter writer, Envelope bean) Write method for Envelope elementvoidwriteEnvelopeType(XMLStreamWriter writer, Envelope bean) Write method for EnvelopeType complex typevoidwriteEnvelopeTypeAttributes(XMLStreamWriter writer, Envelope bean) Writes attributes of EnvelopeType complex typevoidwriteEnvelopeTypeElements(XMLStreamWriter writer, Envelope bean) Writes elements of EnvelopeType complex typevoidwriteFeatureCollection(XMLStreamWriter writer, FeatureCollection bean) Write method for FeatureCollection elementvoidwriteFeatureCollectionType(XMLStreamWriter writer, FeatureCollection bean) Write method for FeatureCollectionType complex typevoidWrites attributes of AbstractFeatureCollectionType complex typevoidWrites elements of AbstractFeatureCollectionType complex typevoidwriteLinearRing(XMLStreamWriter writer, LinearRing bean) Write method for LinearRing elementvoidwriteLinearRingType(XMLStreamWriter writer, LinearRing bean) Write method for LinearRingType complex typevoidwriteLinearRingTypeElements(XMLStreamWriter writer, LinearRing bean) Writes elements of LinearRingType complex typevoidwriteLineString(XMLStreamWriter writer, LineString bean) Write method for LineString elementvoidwriteLineStringType(XMLStreamWriter writer, LineString bean) Write method for LineStringType complex typevoidwriteLineStringTypeAttributes(XMLStreamWriter writer, LineString bean) Writes attributes of LineStringType complex typevoidwriteLineStringTypeElements(XMLStreamWriter writer, LineString bean) Writes elements of LineStringType complex typevoidwriteLocationKeyWord(XMLStreamWriter writer, CodeWithAuthority bean) Write method for LocationKeyWord elementvoidwriteLocationString(XMLStreamWriter writer, String bean) Write method for LocationString elementvoidwritePoint(XMLStreamWriter writer, Point bean) Write method for Point elementvoidwritePointType(XMLStreamWriter writer, Point bean) Write method for PointType complex typevoidwritePointTypeAttributes(XMLStreamWriter writer, Point bean) Writes attributes of PointType complex typevoidwritePointTypeElements(XMLStreamWriter writer, Point bean) Writes elements of PointType complex typevoidwritePolygon(XMLStreamWriter writer, Polygon bean) Write method for Polygon elementvoidwritePolygonType(XMLStreamWriter writer, Polygon bean) Write method for PolygonType complex typevoidwritePolygonTypeAttributes(XMLStreamWriter writer, Polygon bean) Writes attributes of PolygonType complex typevoidwritePolygonTypeElements(XMLStreamWriter writer, Polygon bean) Writes elements of PolygonType complex typevoidwriteReferenceType(XMLStreamWriter writer, Reference bean) Write method for ReferenceType complex typevoidwriteReferenceTypeAttributes(XMLStreamWriter writer, Reference bean) Writes attributes of ReferenceType complex typevoidwriteTimeInstant(XMLStreamWriter writer, TimeInstant bean) Write method for TimeInstant elementvoidwriteTimeInstantType(XMLStreamWriter writer, TimeInstant bean) Write method for TimeInstantType complex typevoidwriteTimeInstantTypeAttributes(XMLStreamWriter writer, TimeInstant bean) Writes attributes of TimeInstantType complex typevoidwriteTimeInstantTypeElements(XMLStreamWriter writer, TimeInstant bean) Writes elements of TimeInstantType complex typevoidwriteTimeInterval(XMLStreamWriter writer, TimeIntervalLength bean) Write method for TimeInterval elementvoidwriteTimeIntervalLengthType(XMLStreamWriter writer, TimeIntervalLength bean) Write method for TimeIntervalLengthType complex typevoidWrites attributes of TimeIntervalLengthType complex typevoidwriteTimePeriod(XMLStreamWriter writer, TimePeriod bean) Write method for TimePeriod elementvoidwriteTimePeriodType(XMLStreamWriter writer, TimePeriod bean) Write method for TimePeriodType complex typevoidwriteTimePeriodTypeAttributes(XMLStreamWriter writer, TimePeriod bean) Writes attributes of TimePeriodType complex typevoidwriteTimePeriodTypeElements(XMLStreamWriter writer, TimePeriod bean) Writes elements of TimePeriodType complex typevoidwriteTimePosition(XMLStreamWriter writer, TimePosition bean) Write method for TimePosition elementvoidwriteTimePositionType(XMLStreamWriter writer, TimePosition bean) Write method for TimePositionType complex typevoidwriteTimePositionTypeAttributes(XMLStreamWriter writer, TimePosition bean) Writes attributes of TimePositionType complex typeMethods inherited from class net.opengis.AbstractXMLStreamBindings
checkElementName, checkElementQName, collectAttributes, declareNamespacesOnRootElement, ensureNamespaceDecl, ensurePrefix, errorLocationString, getNamespaceContext, getQNameFromString, getStringValue, readExtension, readPropertyAttributes, readPropertyAttributes, readXlinkAttributes, setNamespaceContext, setNamespacePrefixes, setupHrefResolver, skipElementAndAllChildren, skipElementAndAllChildren, writeExtension, writeNamespaces, writePropertyAttributes, writeXlinkAttributesMethods inherited from class net.opengis.AbstractBindings
canWriteExtension, getBooleanArrayFromString, getBooleanFromString, getByteFromString, getCoordinateStringValue, getDateTimeArrayFromString, getDateTimeFromString, getDateTimeOrDoubleFromString, getDoubleArrayFromString, getDoubleFromString, getDurationFromString, getFloatFromString, getIntArrayFromString, getIntFromString, getIsoDurationString, getLongFromString, getShortFromString, getStringArrayFromString, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValueAsDoubles, trimStringValue 
- 
Field Details
- 
NS_URI
- See Also:
 
 - 
factory
 
 - 
 - 
Constructor Details
- 
XMLStreamBindings
 
 - 
 - 
Method Details
- 
readAbstractFeatureType
public AbstractFeature readAbstractFeatureType(XMLStreamReader reader, AbstractFeature bean) throws XMLStreamException Reads AbstractFeatureType content to a concrete feature instance- Throws:
 XMLStreamException
 - 
readAbstractFeatureTypeAttributes
public void readAbstractFeatureTypeAttributes(Map<String, String> attrMap, AbstractFeature bean) throws XMLStreamExceptionReads attributes of AbstractFeatureType complex type- Throws:
 XMLStreamException
 - 
readAbstractFeatureTypeElements
public void readAbstractFeatureTypeElements(XMLStreamReader reader, AbstractFeature bean) throws XMLStreamException Reads elements of AbstractFeatureType complex type- Throws:
 XMLStreamException
 - 
writeAbstractFeatureTypeAttributes
public void writeAbstractFeatureTypeAttributes(XMLStreamWriter writer, AbstractFeature bean) throws XMLStreamException Writes attributes of AbstractFeatureType complex type- Throws:
 XMLStreamException
 - 
writeAbstractFeatureTypeElements
public void writeAbstractFeatureTypeElements(XMLStreamWriter writer, AbstractFeature bean) throws XMLStreamException Writes elements of AbstractFeatureType complex type- Throws:
 XMLStreamException
 - 
readFeatureCollectionTypeAttributes
public void readFeatureCollectionTypeAttributes(Map<String, String> attrMap, FeatureCollection bean) throws XMLStreamExceptionReads attributes of AbstractFeatureCollectionType complex type- Throws:
 XMLStreamException
 - 
readFeatureCollectionTypeElements
public void readFeatureCollectionTypeElements(XMLStreamReader reader, FeatureCollection bean) throws XMLStreamException Reads elements of AbstractFeatureCollectionType complex type- Throws:
 XMLStreamException
 - 
writeFeatureCollectionTypeAttributes
public void writeFeatureCollectionTypeAttributes(XMLStreamWriter writer, FeatureCollection bean) throws XMLStreamException Writes attributes of AbstractFeatureCollectionType complex type- Throws:
 XMLStreamException
 - 
writeFeatureCollectionTypeElements
public void writeFeatureCollectionTypeElements(XMLStreamWriter writer, FeatureCollection bean) throws XMLStreamException Writes elements of AbstractFeatureCollectionType complex type- Throws:
 XMLStreamException
 - 
readFeatureCollectionType
public FeatureCollection readFeatureCollectionType(XMLStreamReader reader) throws XMLStreamException Read method for FeatureCollectionType complex type- Throws:
 XMLStreamException
 - 
writeFeatureCollectionType
public void writeFeatureCollectionType(XMLStreamWriter writer, FeatureCollection bean) throws XMLStreamException Write method for FeatureCollectionType complex type- Throws:
 XMLStreamException
 - 
readAbstractTimePrimitiveTypeAttributes
public void readAbstractTimePrimitiveTypeAttributes(Map<String, String> attrMap, AbstractTimePrimitive bean) throws XMLStreamExceptionReads attributes of AbstractTimePrimitiveType complex type- Throws:
 XMLStreamException
 - 
readAbstractTimePrimitiveTypeElements
public void readAbstractTimePrimitiveTypeElements(XMLStreamReader reader, AbstractTimePrimitive bean) throws XMLStreamException Reads elements of AbstractTimePrimitiveType complex type- Throws:
 XMLStreamException
 - 
writeAbstractTimePrimitiveTypeAttributes
public void writeAbstractTimePrimitiveTypeAttributes(XMLStreamWriter writer, AbstractTimePrimitive bean) throws XMLStreamException Writes attributes of AbstractTimePrimitiveType complex type- Throws:
 XMLStreamException
 - 
writeAbstractTimePrimitiveTypeElements
public void writeAbstractTimePrimitiveTypeElements(XMLStreamWriter writer, AbstractTimePrimitive bean) throws XMLStreamException Writes elements of AbstractTimePrimitiveType complex type- Throws:
 XMLStreamException
 - 
readAbstractTimeGeometricPrimitiveTypeAttributes
public void readAbstractTimeGeometricPrimitiveTypeAttributes(Map<String, String> attrMap, AbstractTimeGeometricPrimitive bean) throws XMLStreamExceptionReads attributes of AbstractTimeGeometricPrimitiveType complex type- Throws:
 XMLStreamException
 - 
readAbstractTimeGeometricPrimitiveTypeElements
public void readAbstractTimeGeometricPrimitiveTypeElements(XMLStreamReader reader, AbstractTimeGeometricPrimitive bean) throws XMLStreamException Reads elements of AbstractTimeGeometricPrimitiveType complex type- Throws:
 XMLStreamException
 - 
writeAbstractTimeGeometricPrimitiveTypeAttributes
public void writeAbstractTimeGeometricPrimitiveTypeAttributes(XMLStreamWriter writer, AbstractTimeGeometricPrimitive bean) throws XMLStreamException Writes attributes of AbstractTimeGeometricPrimitiveType complex type- Throws:
 XMLStreamException
 - 
writeAbstractTimeGeometricPrimitiveTypeElements
public void writeAbstractTimeGeometricPrimitiveTypeElements(XMLStreamWriter writer, AbstractTimeGeometricPrimitive bean) throws XMLStreamException Writes elements of AbstractTimeGeometricPrimitiveType complex type- Throws:
 XMLStreamException
 - 
readTimeInstantType
Read method for TimeInstantType complex type- Throws:
 XMLStreamException
 - 
readTimeInstantTypeAttributes
public void readTimeInstantTypeAttributes(Map<String, String> attrMap, TimeInstant bean) throws XMLStreamExceptionReads attributes of TimeInstantType complex type- Throws:
 XMLStreamException
 - 
readTimeInstantTypeElements
public void readTimeInstantTypeElements(XMLStreamReader reader, TimeInstant bean) throws XMLStreamException Reads elements of TimeInstantType complex type- Throws:
 XMLStreamException
 - 
writeTimeInstantType
public void writeTimeInstantType(XMLStreamWriter writer, TimeInstant bean) throws XMLStreamException Write method for TimeInstantType complex type- Throws:
 XMLStreamException
 - 
writeTimeInstantTypeAttributes
public void writeTimeInstantTypeAttributes(XMLStreamWriter writer, TimeInstant bean) throws XMLStreamException Writes attributes of TimeInstantType complex type- Throws:
 XMLStreamException
 - 
writeTimeInstantTypeElements
public void writeTimeInstantTypeElements(XMLStreamWriter writer, TimeInstant bean) throws XMLStreamException Writes elements of TimeInstantType complex type- Throws:
 XMLStreamException
 - 
readTimePeriodType
Read method for TimePeriodType complex type- Throws:
 XMLStreamException
 - 
readTimePeriodTypeAttributes
public void readTimePeriodTypeAttributes(Map<String, String> attrMap, TimePeriod bean) throws XMLStreamExceptionReads attributes of TimePeriodType complex type- Throws:
 XMLStreamException
 - 
readTimePeriodTypeElements
public void readTimePeriodTypeElements(XMLStreamReader reader, TimePeriod bean) throws XMLStreamException Reads elements of TimePeriodType complex type- Throws:
 XMLStreamException
 - 
writeTimePeriodType
Write method for TimePeriodType complex type- Throws:
 XMLStreamException
 - 
writeTimePeriodTypeAttributes
public void writeTimePeriodTypeAttributes(XMLStreamWriter writer, TimePeriod bean) throws XMLStreamException Writes attributes of TimePeriodType complex type- Throws:
 XMLStreamException
 - 
writeTimePeriodTypeElements
public void writeTimePeriodTypeElements(XMLStreamWriter writer, TimePeriod bean) throws XMLStreamException Writes elements of TimePeriodType complex type- Throws:
 XMLStreamException
 - 
readTimePositionType
Read method for TimePositionType complex type- Throws:
 XMLStreamException
 - 
readTimePositionTypeAttributes
public void readTimePositionTypeAttributes(Map<String, String> attrMap, TimePosition bean) throws XMLStreamExceptionReads attributes of TimePositionType complex type- Throws:
 XMLStreamException
 - 
writeTimePositionType
public void writeTimePositionType(XMLStreamWriter writer, TimePosition bean) throws XMLStreamException Write method for TimePositionType complex type- Throws:
 XMLStreamException
 - 
writeTimePositionTypeAttributes
public void writeTimePositionTypeAttributes(XMLStreamWriter writer, TimePosition bean) throws XMLStreamException Writes attributes of TimePositionType complex type- Throws:
 XMLStreamException
 - 
readTimeIntervalLengthType
public TimeIntervalLength readTimeIntervalLengthType(XMLStreamReader reader) throws XMLStreamException Read method for TimeIntervalLengthType complex type- Throws:
 XMLStreamException
 - 
readTimeIntervalLengthTypeAttributes
public void readTimeIntervalLengthTypeAttributes(Map<String, String> attrMap, TimeIntervalLength bean) throws XMLStreamExceptionReads attributes of TimeIntervalLengthType complex type- Throws:
 XMLStreamException
 - 
writeTimeIntervalLengthType
public void writeTimeIntervalLengthType(XMLStreamWriter writer, TimeIntervalLength bean) throws XMLStreamException Write method for TimeIntervalLengthType complex type- Throws:
 XMLStreamException
 - 
writeTimeIntervalLengthTypeAttributes
public void writeTimeIntervalLengthTypeAttributes(XMLStreamWriter writer, TimeIntervalLength bean) throws XMLStreamException Writes attributes of TimeIntervalLengthType complex type- Throws:
 XMLStreamException
 - 
readAbstractGeometryTypeAttributes
public void readAbstractGeometryTypeAttributes(Map<String, String> attrMap, AbstractGeometry bean) throws XMLStreamExceptionReads attributes of AbstractGeometryType complex type- Throws:
 XMLStreamException
 - 
readAbstractGeometryTypeElements
public void readAbstractGeometryTypeElements(XMLStreamReader reader, AbstractGeometry bean) throws XMLStreamException Reads elements of AbstractGeometryType complex type- Throws:
 XMLStreamException
 - 
writeAbstractGeometryTypeAttributes
public void writeAbstractGeometryTypeAttributes(XMLStreamWriter writer, AbstractGeometry bean) throws XMLStreamException Writes attributes of AbstractGeometryType complex type- Throws:
 XMLStreamException
 - 
writeAbstractGeometryTypeElements
public void writeAbstractGeometryTypeElements(XMLStreamWriter writer, AbstractGeometry bean) throws XMLStreamException Writes elements of AbstractGeometryType complex type- Throws:
 XMLStreamException
 - 
readEnvelopeType
Read method for EnvelopeType complex type- Throws:
 XMLStreamException
 - 
readEnvelopeTypeAttributes
public void readEnvelopeTypeAttributes(Map<String, String> attrMap, Envelope bean) throws XMLStreamExceptionReads attributes of EnvelopeType complex type- Throws:
 XMLStreamException
 - 
readEnvelopeTypeElements
public void readEnvelopeTypeElements(XMLStreamReader reader, Envelope bean) throws XMLStreamException Reads elements of EnvelopeType complex type- Throws:
 XMLStreamException
 - 
writeEnvelopeType
Write method for EnvelopeType complex type- Throws:
 XMLStreamException
 - 
writeEnvelopeTypeAttributes
public void writeEnvelopeTypeAttributes(XMLStreamWriter writer, Envelope bean) throws XMLStreamException Writes attributes of EnvelopeType complex type- Throws:
 XMLStreamException
 - 
writeEnvelopeTypeElements
public void writeEnvelopeTypeElements(XMLStreamWriter writer, Envelope bean) throws XMLStreamException Writes elements of EnvelopeType complex type- Throws:
 XMLStreamException
 - 
readPointType
Read method for PointType complex type- Throws:
 XMLStreamException
 - 
readPointTypeAttributes
public void readPointTypeAttributes(Map<String, String> attrMap, Point bean) throws XMLStreamExceptionReads attributes of PointType complex type- Throws:
 XMLStreamException
 - 
readPointTypeElements
Reads elements of PointType complex type- Throws:
 XMLStreamException
 - 
writePointType
Write method for PointType complex type- Throws:
 XMLStreamException
 - 
writePointTypeAttributes
Writes attributes of PointType complex type- Throws:
 XMLStreamException
 - 
writePointTypeElements
Writes elements of PointType complex type- Throws:
 XMLStreamException
 - 
readLineStringType
Read method for LineStringType complex type- Throws:
 XMLStreamException
 - 
readLineStringTypeAttributes
public void readLineStringTypeAttributes(Map<String, String> attrMap, LineString bean) throws XMLStreamExceptionReads attributes of LineStringType complex type- Throws:
 XMLStreamException
 - 
readLineStringTypeElements
public void readLineStringTypeElements(XMLStreamReader reader, LineString bean) throws XMLStreamException Reads elements of LineStringType complex type- Throws:
 XMLStreamException
 - 
readPositionElements
Reads coordinate array from a choice of pos/posList/coordinates properties- Parameters:
 reader-- Returns:
 - Throws:
 XMLStreamException
 - 
writeLineStringType
Write method for LineStringType complex type- Throws:
 XMLStreamException
 - 
writeLineStringTypeAttributes
public void writeLineStringTypeAttributes(XMLStreamWriter writer, LineString bean) throws XMLStreamException Writes attributes of LineStringType complex type- Throws:
 XMLStreamException
 - 
writeLineStringTypeElements
public void writeLineStringTypeElements(XMLStreamWriter writer, LineString bean) throws XMLStreamException Writes elements of LineStringType complex type- Throws:
 XMLStreamException
 - 
readPolygonType
Read method for PolygonType complex type- Throws:
 XMLStreamException
 - 
readPolygonTypeAttributes
public void readPolygonTypeAttributes(Map<String, String> attrMap, Polygon bean) throws XMLStreamExceptionReads attributes of PolygonType complex type- Throws:
 XMLStreamException
 - 
readPolygonTypeElements
Reads elements of PolygonType complex type- Throws:
 XMLStreamException
 - 
writePolygonType
Write method for PolygonType complex type- Throws:
 XMLStreamException
 - 
writePolygonTypeAttributes
public void writePolygonTypeAttributes(XMLStreamWriter writer, Polygon bean) throws XMLStreamException Writes attributes of PolygonType complex type- Throws:
 XMLStreamException
 - 
writePolygonTypeElements
public void writePolygonTypeElements(XMLStreamWriter writer, Polygon bean) throws XMLStreamException Writes elements of PolygonType complex type- Throws:
 XMLStreamException
 - 
readLinearRingType
Read method for LinearRingType complex type- Throws:
 XMLStreamException
 - 
readLinearRingTypeElements
public void readLinearRingTypeElements(XMLStreamReader reader, LinearRing bean) throws XMLStreamException Reads elements of LinearRingType complex type- Throws:
 XMLStreamException
 - 
writeLinearRingType
Write method for LinearRingType complex type- Throws:
 XMLStreamException
 - 
writeLinearRingTypeElements
public void writeLinearRingTypeElements(XMLStreamWriter writer, LinearRing bean) throws XMLStreamException Writes elements of LinearRingType complex type- Throws:
 XMLStreamException
 - 
readAbstractGMLTypeAttributes
public void readAbstractGMLTypeAttributes(Map<String, String> attrMap, AbstractGML bean) throws XMLStreamExceptionReads attributes of AbstractGMLType complex type- Throws:
 XMLStreamException
 - 
readAbstractGMLTypeElements
public void readAbstractGMLTypeElements(XMLStreamReader reader, AbstractGML bean) throws XMLStreamException Reads elements of AbstractGMLType complex type- Throws:
 XMLStreamException
 - 
writeAbstractGMLTypeAttributes
public void writeAbstractGMLTypeAttributes(XMLStreamWriter writer, AbstractGML bean) throws XMLStreamException Writes attributes of AbstractGMLType complex type- Throws:
 XMLStreamException
 - 
writeAbstractGMLTypeElements
public void writeAbstractGMLTypeElements(XMLStreamWriter writer, AbstractGML bean) throws XMLStreamException Writes elements of AbstractGMLType complex type- Throws:
 XMLStreamException
 - 
readReferenceType
Read method for ReferenceType complex type- Throws:
 XMLStreamException
 - 
readReferenceTypeAttributes
public void readReferenceTypeAttributes(Map<String, String> attrMap, Reference bean) throws XMLStreamExceptionReads attributes of ReferenceType complex type- Throws:
 XMLStreamException
 - 
writeReferenceType
Write method for ReferenceType complex type- Throws:
 XMLStreamException
 - 
writeReferenceTypeAttributes
public void writeReferenceTypeAttributes(XMLStreamWriter writer, Reference bean) throws XMLStreamException Writes attributes of ReferenceType complex type- Throws:
 XMLStreamException
 - 
readCodeType
Read method for CodeType complex type- Throws:
 XMLStreamException
 - 
readCodeTypeAttributes
public void readCodeTypeAttributes(Map<String, String> attrMap, CodeWithAuthority bean) throws XMLStreamExceptionReads attributes of CodeType complex type- Throws:
 XMLStreamException
 - 
writeCodeType
Write method for CodeType complex type- Throws:
 XMLStreamException
 - 
writeCodeTypeAttributes
public void writeCodeTypeAttributes(XMLStreamWriter writer, CodeWithAuthority bean) throws XMLStreamException Writes attributes of CodeType complex type- Throws:
 XMLStreamException
 - 
readCodeListType
Read method for CodeListType complex type- Throws:
 XMLStreamException
 - 
readCodeListTypeAttributes
public void readCodeListTypeAttributes(Map<String, String> attrMap, CodeList bean) throws XMLStreamExceptionReads attributes of CodeListType complex type- Throws:
 XMLStreamException
 - 
writeCodeListType
Write method for CodeListType complex type- Throws:
 XMLStreamException
 - 
writeCodeListTypeAttributes
public void writeCodeListTypeAttributes(XMLStreamWriter writer, CodeList bean) throws XMLStreamException Writes attributes of CodeListType complex type- Throws:
 XMLStreamException
 - 
readCodeOrNilReasonListType
public CodeOrNilReasonList readCodeOrNilReasonListType(XMLStreamReader reader) throws XMLStreamException Read method for CodeOrNilReasonListType complex type- Throws:
 XMLStreamException
 - 
readCodeOrNilReasonListTypeAttributes
public void readCodeOrNilReasonListTypeAttributes(Map<String, String> attrMap, CodeOrNilReasonList bean) throws XMLStreamExceptionReads attributes of CodeOrNilReasonListType complex type- Throws:
 XMLStreamException
 - 
writeCodeOrNilReasonListType
public void writeCodeOrNilReasonListType(XMLStreamWriter writer, CodeOrNilReasonList bean) throws XMLStreamException Write method for CodeOrNilReasonListType complex type- Throws:
 XMLStreamException
 - 
writeCodeOrNilReasonListTypeAttributes
public void writeCodeOrNilReasonListTypeAttributes(XMLStreamWriter writer, CodeOrNilReasonList bean) throws XMLStreamException Writes attributes of CodeOrNilReasonListType complex type- Throws:
 XMLStreamException
 - 
readAbstractTimeGeometricPrimitive
public AbstractTimeGeometricPrimitive readAbstractTimeGeometricPrimitive(XMLStreamReader reader) throws XMLStreamException Dispatcher method for reading elements derived from AbstractTimeGeometricPrimitive- Throws:
 XMLStreamException
 - 
writeAbstractTimeGeometricPrimitive
public void writeAbstractTimeGeometricPrimitive(XMLStreamWriter writer, AbstractTimeGeometricPrimitive bean) throws XMLStreamException Dispatcher method for writing classes derived from AbstractTimeGeometricPrimitive- Throws:
 XMLStreamException
 - 
readTimeInstant
Read method for TimeInstant elements- Throws:
 XMLStreamException
 - 
writeTimeInstant
Write method for TimeInstant element- Throws:
 XMLStreamException
 - 
readTimePeriod
Read method for TimePeriod elements- Throws:
 XMLStreamException
 - 
writeTimePeriod
Write method for TimePeriod element- Throws:
 XMLStreamException
 - 
readTimePosition
Read method for TimePosition elements- Throws:
 XMLStreamException
 - 
writeTimePosition
Write method for TimePosition element- Throws:
 XMLStreamException
 - 
readTimeInterval
Read method for TimeInterval elements- Throws:
 XMLStreamException
 - 
writeTimeInterval
public void writeTimeInterval(XMLStreamWriter writer, TimeIntervalLength bean) throws XMLStreamException Write method for TimeInterval element- Throws:
 XMLStreamException
 - 
readAbstractFeature
Dispatcher method for reading elements derived from AbstractFeature- Throws:
 XMLStreamException
 - 
writeAbstractFeature
public void writeAbstractFeature(XMLStreamWriter writer, AbstractFeature bean) throws XMLStreamException Dispatcher method for writing classes derived from AbstractFeature- Throws:
 XMLStreamException
 - 
readFeatureCollection
Read method for FeatureCollection elements- Throws:
 XMLStreamException
 - 
writeFeatureCollection
public void writeFeatureCollection(XMLStreamWriter writer, FeatureCollection bean) throws XMLStreamException Write method for FeatureCollection element- Throws:
 XMLStreamException
 - 
readAbstractGeometry
Dispatcher method for reading elements derived from AbstractGeometry- Throws:
 XMLStreamException
 - 
writeAbstractGeometry
public void writeAbstractGeometry(XMLStreamWriter writer, AbstractGeometry bean) throws XMLStreamException Dispatcher method for writing classes derived from AbstractGeometry- Throws:
 XMLStreamException
 - 
readEnvelope
Read method for Envelope elements- Throws:
 XMLStreamException
 - 
writeEnvelope
Write method for Envelope element- Throws:
 XMLStreamException
 - 
readPoint
Read method for Point elements- Throws:
 XMLStreamException
 - 
writePoint
Write method for Point element- Throws:
 XMLStreamException
 - 
readAbstractCurve
Dispatcher method for reading elements derived from AbstractCurve- Throws:
 XMLStreamException
 - 
writeAbstractCurve
public void writeAbstractCurve(XMLStreamWriter writer, AbstractCurve bean) throws XMLStreamException Dispatcher method for writing classes derived from AbstractCurve- Throws:
 XMLStreamException
 - 
readLineString
Read method for LineString elements- Throws:
 XMLStreamException
 - 
writeLineString
Write method for LineString element- Throws:
 XMLStreamException
 - 
readAbstractSurface
Dispatcher method for reading elements derived from AbstractSurface- Throws:
 XMLStreamException
 - 
writeAbstractSurface
public void writeAbstractSurface(XMLStreamWriter writer, AbstractSurface bean) throws XMLStreamException Dispatcher method for writing classes derived from AbstractSurface- Throws:
 XMLStreamException
 - 
readPolygon
Read method for Polygon elements- Throws:
 XMLStreamException
 - 
writePolygon
Write method for Polygon element- Throws:
 XMLStreamException
 - 
readLinearRing
Read method for LinearRing elements- Throws:
 XMLStreamException
 - 
writeLinearRing
Write method for LinearRing element- Throws:
 XMLStreamException
 - 
readLocationString
Read method for LocationString elements- Throws:
 XMLStreamException
 - 
writeLocationString
Write method for LocationString element- Throws:
 XMLStreamException
 - 
readLocationKeyWord
Read method for LocationKeyWord elements- Throws:
 XMLStreamException
 - 
writeLocationKeyWord
public void writeLocationKeyWord(XMLStreamWriter writer, CodeWithAuthority bean) throws XMLStreamException Write method for LocationKeyWord element- Throws:
 XMLStreamException
 
 -