Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:LocalCoordinate
Namespace http://diggsml.org/schema-dev
Annotations
A metadata object that holds the values of local coordinates for the
reference point of the associated feature. This object is used to carry information
about the location of a feature in its original local reference system if not
originally recorded in a well-known geographic or projected CRS (with these new
values entered into the feature's reference point property.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractMetadataPropertyType.tmp#AbstractMetadataPropertyTypeKernel_xsd_Complex_Type_diggs_LocalCoordinateType.tmp#LocalCoordinateType_eastingKernel_xsd_Complex_Type_diggs_LocalCoordinateType.tmp#LocalCoordinateType_northingKernel_xsd_Complex_Type_diggs_LocalCoordinateType.tmp#LocalCoordinateType_elevationKernel_xsd_Complex_Type_diggs_LocalCoordinateType.tmp#LocalCoordinateType_localCoodinateUncertaintyKernel_xsd_Complex_Type_diggs_LocalCoordinateType.tmp#LocalCoordinateType_originAxisAzimuthKernel_xsd_Complex_Type_diggs_LocalCoordinateType.tmp#LocalCoordinateType
Type diggs:LocalCoordinateType
Type hierarchy
Properties
content complex
abstract false
Used by
Model
Children diggs:easting, diggs:elevation, diggs:localCoodinateUncertainty, diggs:northing, diggs:originAxisAzimuth
Instance
<diggs:LocalCoordinate owns="false" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:easting uom="">{0,1}</diggs:easting>
  <diggs:northing uom="">{0,1}</diggs:northing>
  <diggs:elevation uom="">{0,1}</diggs:elevation>
  <diggs:localCoodinateUncertainty>{0,1}</diggs:localCoodinateUncertainty>
  <diggs:originAxisAzimuth refAzimuth="" uom="">{0,1}</diggs:originAxisAzimuth>
</diggs:LocalCoordinate>
Attributes
QName Type Default Use
owns boolean false optional
Source
<element abstract="false" name="LocalCoordinate" type="diggs:LocalCoordinateType">
  <annotation>
    <documentation>A metadata object that holds the values of local coordinates for the reference point of the associated feature. This object is used to carry information about the location of a feature in its original local reference system if not originally recorded in a well-known geographic or projected CRS (with these new values entered into the feature's reference point property.</documentation>
  </annotation>
</element>