gml:AffinePlacement
location, refDirection, inDimension and outDimension have the same meaning as specified in ISO 19107:2003, 6.4.21.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryPrimitives.xsd
Type: gml:AffinePlacementType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:location [1..1]
- gml:refDirection [1..*]
- gml:inDimension [1..1]
- gml:outDimension [1..1]
Attributes
None
Used in
- Anonymous type of element gml:refLocation
- Type gml:ArrayAssociationType (Element gml:members)
Substitution hierarchy
- gml:AbstractObject
- can be substituted with gml:AffinePlacement
Sample instance
<gml:AffinePlacement> <gml:location>1.0 1.0</gml:location> <gml:refDirection>1.0 1.0</gml:refDirection> <gml:inDimension>1</gml:inDimension> <gml:outDimension>1</gml:outDimension> </gml:AffinePlacement>