gmd:MD_Georectified
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/spatialRepresentation.xsd
Type: gmd:MD_Georectified_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:numberOfDimensions [1..1]
- gmd:axisDimensionProperties [0..*]
- gmd:cellGeometry [1..1]
- gmd:transformationParameterAvailability [1..1]
- gmd:checkPointAvailability [1..1]
- gmd:checkPointDescription [0..1]
- gmd:cornerPoints [0..*]
- gmd:centerPoint [0..1]
- gmd:pointInPixel [1..1]
- gmd:transformationDimensionDescription [0..1]
- gmd:transformationDimensionMapping [0..2]
from type gmd:MD_GridSpatialRepresentation_Type
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:MD_Georectified_PropertyType
- Type gmd:MD_GridSpatialRepresentation_PropertyType
- Type gmd:MD_SpatialRepresentation_PropertyType (Element gmd:spatialRepresentationInfo)
Substitution hierarchy
- gmd:AbstractMD_SpatialRepresentation
- can be substituted with gmd:MD_GridSpatialRepresentation
- can be substituted with gmd:MD_Georectified
- can be substituted with gmd:MD_GridSpatialRepresentation
Sample instance
<gmd:MD_Georectified id="ID"> <gmd:numberOfDimensions> <gco:Integer>1</gco:Integer> </gmd:numberOfDimensions> <gmd:axisDimensionProperties> <gmd:MD_Dimension id="ID"> <gmd:dimensionName>... </gmd:dimensionName> <gmd:dimensionSize>... </gmd:dimensionSize> <gmd:resolution>... </gmd:resolution> </gmd:MD_Dimension> </gmd:axisDimensionProperties> <gmd:cellGeometry> <gmd:MD_CellGeometryCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_CellGeometryCode> </gmd:cellGeometry> <gmd:transformationParameterAvailability> <gco:Boolean>true</gco:Boolean> </gmd:transformationParameterAvailability> <gmd:checkPointAvailability> <gco:Boolean>true</gco:Boolean> </gmd:checkPointAvailability> <gmd:checkPointDescription> <gco:CharacterString>string</gco:CharacterString> </gmd:checkPointDescription> <gmd:cornerPoints> <gml:Point> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </gmd:cornerPoints> <gmd:centerPoint> <gml:Point> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </gmd:centerPoint> <gmd:pointInPixel> <gmd:MD_PixelOrientationCode>center</gmd:MD_PixelOrientationCode> </gmd:pointInPixel> <gmd:transformationDimensionDescription> <gco:CharacterString>string</gco:CharacterString> </gmd:transformationDimensionDescription> <gmd:transformationDimensionMapping> <gco:CharacterString>string</gco:CharacterString> </gmd:transformationDimensionMapping> </gmd:MD_Georectified>