Package net.opengis.gml311
Interface RefLocationType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RefLocationTypeImpl
public interface RefLocationType
extends EObject
A representation of the model object 'Ref Location Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Affine Placement' containment reference.void
Sets the value of the 'Affine Placement
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAffinePlacement
AffinePlacementType getAffinePlacement()Returns the value of the 'Affine Placement' containment reference. The "refLocation" is an affine mapping that places the curve defined by the Fresnel Integrals into the co-ordinate reference system of this object.- Returns:
- the value of the 'Affine Placement' containment reference.
- See Also:
-
setAffinePlacement
Sets the value of the 'Affine Placement
' containment reference.- Parameters:
value
- the new value of the 'Affine Placement' containment reference.- See Also:
-