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:
Gml311Package.getRefLocationType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AffinePlacementType
getAffinePlacement()
Returns the value of the 'Affine Placement' containment reference.void
setAffinePlacement(AffinePlacementType value)
Sets the value of the 'Affine Placement
' containment reference.
-
-
-
Method Detail
-
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(AffinePlacementType)
,Gml311Package.getRefLocationType_AffinePlacement()
-
setAffinePlacement
void setAffinePlacement(AffinePlacementType value)
Sets the value of the 'Affine Placement
' containment reference.- Parameters:
value
- the new value of the 'Affine Placement' containment reference.- See Also:
getAffinePlacement()
-
-