Coverage Data Type

Abstract Type
Subtypes
UnifiedGridCoverage, AbstractCoverage
Properties
name data type constraints description
rangeType RecordType  
sources array of Coverage  
numSampleDimensions number required
envelope Envelope  
coordinateReferenceSystem CoordinateReferenceSystem  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "rangeType" : {
    "attributeTypes" : {
      "property1" : {
        "parsedNames" : [ { }, { } ]
      },
      "property2" : {
        "parsedNames" : [ { }, { } ]
      }
    },
    "members" : [ {
      "attributeType" : { }
    }, {
      "attributeType" : { }
    } ],
    "container" : {
      "description" : {
        "property1" : { },
        "property2" : { }
      },
      "schemaName" : { },
      "elements" : [ { }, { } ]
    },
    "typeName" : {
      "parsedNames" : [ { }, { } ]
    }
  },
  "sources" : [ {
    "rangeType" : {
      "attributeTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "members" : [ { }, { } ],
      "container" : { },
      "typeName" : { }
    },
    "sources" : [ { }, { } ],
    "numSampleDimensions" : 12345,
    "envelope" : {
      "coordinateReferenceSystem" : { },
      "upperCorner" : { },
      "lowerCorner" : { },
      "dimension" : 12345
    },
    "coordinateReferenceSystem" : {
      "coordinateSystem" : { },
      "scope" : { },
      "domainOfValidity" : { }
    }
  }, {
    "rangeType" : {
      "attributeTypes" : {
        "property1" : { },
        "property2" : { }
      },
      "members" : [ { }, { } ],
      "container" : { },
      "typeName" : { }
    },
    "sources" : [ { }, { } ],
    "numSampleDimensions" : 12345,
    "envelope" : {
      "coordinateReferenceSystem" : { },
      "upperCorner" : { },
      "lowerCorner" : { },
      "dimension" : 12345
    },
    "coordinateReferenceSystem" : {
      "coordinateSystem" : { },
      "scope" : { },
      "domainOfValidity" : { }
    }
  } ],
  "numSampleDimensions" : 12345,
  "envelope" : {
    "coordinateReferenceSystem" : {
      "coordinateSystem" : { },
      "scope" : { },
      "domainOfValidity" : { }
    },
    "upperCorner" : {
      "dimension" : 12345,
      "coordinateReferenceSystem" : { },
      "coordinate" : [ 12345.0, 12345.0 ],
      "directPosition" : { }
    },
    "lowerCorner" : {
      "dimension" : 12345,
      "coordinateReferenceSystem" : { },
      "coordinate" : [ 12345.0, 12345.0 ],
      "directPosition" : { }
    },
    "dimension" : 12345
  },
  "coordinateReferenceSystem" : {
    "coordinateSystem" : {
      "dimension" : 12345,
      "remarks" : { },
      "name" : { },
      "identifiers" : [ { }, { } ],
      "alias" : [ { }, { } ]
    },
    "scope" : { },
    "domainOfValidity" : {
      "verticalElements" : [ { }, { } ],
      "description" : { },
      "temporalElements" : [ { }, { } ],
      "geographicElements" : [ { }, { } ]
    }
  }
}