Package net.opengis.gml311
Interface RefLocationType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- RefLocationTypeImpl
 
 public interface RefLocationType extends EObjectA representation of the model object 'Ref Location Type'.The following features are supported: - See Also:
- Gml311Package.getRefLocationType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AffinePlacementTypegetAffinePlacement()Returns the value of the 'Affine Placement' containment reference.voidsetAffinePlacement(AffinePlacementType value)Sets the value of the 'Affine Placement' containment reference.
 
- 
- 
- 
Method Detail- 
getAffinePlacementAffinePlacementType 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()
 
 - 
setAffinePlacementvoid 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()
 
 
- 
 
-