gml:usesMethod
deprecated
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:OperationMethodPropertyType
Properties: Global, Qualified
Content
- gml:OperationMethod [0..1] gml:OperationMethod is a method (algorithm or procedure) used to perform a coordinate operation. Most operation methods use a number of operation parameters, although some coordinate conversions use none. Each coordinate operation using the method assigns values to these parameters. The parameter elements are an unordered list of associations to the set of operation parameters and parameter groups used by this operation method.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group xlink:simpleLink | |
xlink:href | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:role | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:arcrole | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:title | [0..1] | xsd:string | from group xlink:simpleLink | |
xlink:show | [0..1] | Anonymous | from group xlink:simpleLink | |
xlink:actuate | [0..1] | Anonymous | from group xlink:simpleLink | |
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:ConversionType (Element gml:Conversion)
- Type gml:TransformationType (Element gml:Transformation)
Substitution hierarchy
- gml:method
- can be substituted with gml:usesMethod
Sample instance
<gml:usesMethod> <gml:OperationMethod gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with:... </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:formulaCitation> <gmd:CI_Citation>... </gmd:CI_Citation> </gml:formulaCitation> <gml:sourceDimensions>1</gml:sourceDimensions> <gml:targetDimensions>1</gml:targetDimensions> <gml:parameter> <gml:OperationParameter gml:id="ID">... </gml:OperationParameter> </gml:parameter> </gml:OperationMethod> </gml:usesMethod>