org.geotools.ows.bindings
Class BoundingBoxTypeBinding
Object
AbstractComplexBinding
AbstractComplexEMFBinding
BoundingBoxTypeBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
public class BoundingBoxTypeBinding
- extends AbstractComplexEMFBinding
Binding object for the type http://www.opengis.net/ows:BoundingBoxType.
<complexType name="BoundingBoxType">
<annotation>
<documentation>XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. </documentation>
<documentation>This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data. </documentation>
</annotation>
<sequence>
<element name="LowerCorner" type="ows:PositionType">
<annotation>
<documentation>Position of the bounding box corner at which the value of each coordinate normally is the algebraic minimum within this bounding box. In some cases, this position is normally displayed at the top, such as the top left for some image coordinates. For more information, see Subclauses 10.2.5 and C.13. </documentation>
</annotation>
</element>
<element name="UpperCorner" type="ows:PositionType">
<annotation>
<documentation>Position of the bounding box corner at which the value of each coordinate normally is the algebraic maximum within this bounding box. In some cases, this position is normally displayed at the bottom, such as the bottom right for some image coordinates. For more information, see Subclauses 10.2.5 and C.13. </documentation>
</annotation>
</element>
</sequence>
<attribute name="crs" type="anyURI" use="optional">
<annotation>
<documentation>Usually references the definition of a CRS, as specified in [OGC Topic 2]. Such a CRS definition can be XML encoded using the gml:CoordinateReferenceSystemType in [GML 3.1]. For well known references, it is not required that a CRS definition exist at the location the URI points to. If no anyURI value is included, the applicable CRS must be either:
a) Specified outside the bounding box, but inside a data structure that includes this bounding box, as specified for a specific OWS use of this bounding box type.
b) Fixed and specified in the Implementation Specification for a specific OWS use of the bounding box type. </documentation>
</annotation>
</attribute>
<attribute name="dimensions" type="positiveInteger" use="optional">
<annotation>
<documentation>The number of dimensions in this CRS (the length of a coordinate sequence in this use of the PositionType). This number is specified by the CRS definition, but can also be specified here. </documentation>
</annotation>
</attribute>
</complexType>
- Module:
modules/extension/xsd-ows (gt-xsd-ows.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundingBoxTypeBinding
public BoundingBoxTypeBinding(Ows10Factory factory)
getTarget
public QName getTarget()
- Returns:
- The qualified name of the target for the binding.
getType
public Class getType()
-
- Specified by:
getType
in interface Binding
- Overrides:
getType
in class AbstractComplexEMFBinding
- Returns:
- The java type this binding maps to.
parse
public Object parse(ElementInstance instance,
Node node,
Object value)
throws Exception
-
- Specified by:
parse
in interface ComplexBinding
- Overrides:
parse
in class AbstractComplexEMFBinding
- Parameters:
instance
- The element being parsed.node
- The node in the parse tree representing the element being
parsed.value
- The result of the parse from another strategy in the type
hierarchy. Could be null if this is the first strategy being executed.
- Returns:
- The parsed object, or null if the component could not be parsed.
- Throws:
Exception
- Strategy objects should not attempt to handle any exceptions.
Copyright © 1996-2009 Geotools. All Rights Reserved.