BoundingBox

A type of Spatial coverage describing a rectangular area within which the actual range of location fits. A BoundingBox can be described by 4 numbers, or two x,y coordinates - the maxima of the north, south, east, and west coordinates found in the area.

Properties

Name Type Cardinality
eastLongitude xs:decimal 1..1
westLongitude xs:decimal 1..1
northLatitude xs:decimal 1..1
southLatitude xs:decimal 1..1

eastLongitude

The easternmost coordinate expressed as a decimal between the values of -180 and 180 degrees

westLongitude

The westernmost coordinate expressed as a decimal between the values of -180 and 180 degrees

northLatitude

The northernmost coordinate expressed as a decimal between the values of -90 and 90 degrees.

southLatitude

The southermost latitude expressed as a decimal between the values of -90 and 90 degrees

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_BoundingBox [ label = "{<id>BoundingBox | + eastLongitude : xs:decimal \l + westLongitude : xs:decimal \l + northLatitude : xs:decimal \l + southLatitude : xs:decimal \l \l \l| \l \l}" tooltip = "Discovery:BoundingBox" ] subgraph Identification { label = "Identification" node [ color = "#000000" ] DDI4_AnnotatedIdentifiable [ label = "{<id>AnnotatedIdentifiable | + versionResponsibility : xs:string \l + versionRationale : xs:string \l + versionDate : xs:dateTime \l + isUniversallyUnique : xs:boolean \l + isPersistent : xs:boolean \l + localId : LocalId \l + basedOnObject : BasedOnObject \l \l \l| <AnnotatedIdentifiablehasAnnotation> hasAnnotation \l \l}" tooltip = "Identification:AnnotatedIdentifiable" ]; } DDI4_BoundingBox -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; }