Package net.opengis.gml311
Interface ConversionType
- 
- All Superinterfaces:
- AbstractCoordinateOperationBaseType,- AbstractCoordinateOperationType,- AbstractGeneralConversionType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- ConversionTypeImpl
 
 public interface ConversionType extends AbstractGeneralConversionType A representation of the model object 'Conversion Type'. A concrete operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. This concrete complexType can be used with all operation methods, without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Conversion instance.The following features are supported: - See Also:
- Gml311Package.getConversionType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationMethodRefTypegetUsesMethod()Returns the value of the 'Uses Method' containment reference.EList<ParameterValueType>getUsesValue()Returns the value of the 'Uses Value' containment reference list.voidsetUsesMethod(OperationMethodRefType value)Sets the value of the 'Uses Method' containment reference.- 
Methods inherited from interface AbstractCoordinateOperationBaseTypegetCoordinateOperationName, setCoordinateOperationName
 - 
Methods inherited from interface AbstractCoordinateOperationTypegetCoordinateOperationID, getOperationVersion, getPositionalAccuracy, getPositionalAccuracyGroup, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getUsesMethodOperationMethodRefType getUsesMethod() Returns the value of the 'Uses Method' containment reference. Association to the operation method used by this coordinate operation.- Returns:
- the value of the 'Uses Method' containment reference.
- See Also:
- setUsesMethod(OperationMethodRefType),- Gml311Package.getConversionType_UsesMethod()
 
 - 
setUsesMethodvoid setUsesMethod(OperationMethodRefType value) Sets the value of the 'Uses Method' containment reference.- Parameters:
- value- the new value of the 'Uses Method' containment reference.
- See Also:
- getUsesMethod()
 
 - 
getUsesValueEList<ParameterValueType> getUsesValue() Returns the value of the 'Uses Value' containment reference list. The list contents are of typeParameterValueType. Unordered list of composition associations to the set of parameter values used by this conversion operation.- Returns:
- the value of the 'Uses Value' containment reference list.
- See Also:
- Gml311Package.getConversionType_UsesValue()
 
 
- 
 
-