Package net.opengis.gml311
Interface ControlPointType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ControlPointTypeImpl
 
 public interface ControlPointType extends EObjectA representation of the model object 'Control Point Type'.The following features are supported: - See Also:
- Gml311Package.getControlPointType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMapgetGeometricPositionGroup()Returns the value of the 'Geometric Position Group' attribute list.EList<PointPropertyType>getPointProperty()Returns the value of the 'Point Property' containment reference list.EList<DirectPositionType>getPos()Returns the value of the 'Pos' containment reference list.DirectPositionListTypegetPosList()Returns the value of the 'Pos List' containment reference.voidsetPosList(DirectPositionListType value)Sets the value of the 'Pos List' containment reference.
 
- 
- 
- 
Method Detail- 
getPosListDirectPositionListType getPosList() Returns the value of the 'Pos List' containment reference.If the meaning of the 'Pos List' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pos List' containment reference.
- See Also:
- setPosList(DirectPositionListType),- Gml311Package.getControlPointType_PosList()
 
 - 
setPosListvoid setPosList(DirectPositionListType value) Sets the value of the 'Pos List' containment reference.- Parameters:
- value- the new value of the 'Pos List' containment reference.
- See Also:
- getPosList()
 
 - 
getGeometricPositionGroupFeatureMap getGeometricPositionGroup() Returns the value of the 'Geometric Position Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Geometric Position Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Geometric Position Group' attribute list.
- See Also:
- Gml311Package.getControlPointType_GeometricPositionGroup()
 
 - 
getPosEList<DirectPositionType> getPos() Returns the value of the 'Pos' containment reference list. The list contents are of typeDirectPositionType.If the meaning of the 'Pos' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pos' containment reference list.
- See Also:
- Gml311Package.getControlPointType_Pos()
 
 - 
getPointPropertyEList<PointPropertyType> getPointProperty() Returns the value of the 'Point Property' containment reference list. The list contents are of typePointPropertyType. This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.- Returns:
- the value of the 'Point Property' containment reference list.
- See Also:
- Gml311Package.getControlPointType_PointProperty()
 
 
- 
 
-