| net.opengis.ows.BoundingBoxType
All known Subclasses: net.opengis.ows.impl.BoundingBoxTypeImpl,
BoundingBoxType | public interface BoundingBoxType extends EObject(Code) | |
A representation of the model object 'Bounding Box Type'.
XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data.
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.
The following features are supported:
See Also: net.opengis.ows.OwsPackage.getBoundingBoxType |
getCrs | String getCrs()(Code) | | Returns the value of the 'Crs' attribute.
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.
the value of the 'Crs' attribute. See Also: BoundingBoxType.setCrs(String) See Also: net.opengis.ows.OwsPackage.getBoundingBoxType_Crs |
getLowerCorner | List getLowerCorner()(Code) | | Returns the value of the 'Lower Corner' attribute.
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.
the value of the 'Lower Corner' attribute. See Also: BoundingBoxType.setLowerCorner(List) See Also: net.opengis.ows.OwsPackage.getBoundingBoxType_LowerCorner |
getUpperCorner | List getUpperCorner()(Code) | | Returns the value of the 'Upper Corner' attribute.
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.
the value of the 'Upper Corner' attribute. See Also: BoundingBoxType.setUpperCorner(List) See Also: net.opengis.ows.OwsPackage.getBoundingBoxType_UpperCorner |
|
|