Package net.opengis.gml311
Interface DerivedCRSType
- 
- All Superinterfaces:
- AbstractGeneralDerivedCRSType,- AbstractGMLType,- AbstractReferenceSystemBaseType,- AbstractReferenceSystemType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- DerivedCRSTypeImpl
 
 public interface DerivedCRSType extends AbstractGeneralDerivedCRSType A representation of the model object 'Derived CRS Type'. A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system.The following features are supported: - See Also:
- Gml311Package.getDerivedCRSType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DerivedCRSTypeTypegetDerivedCRSType()Returns the value of the 'Derived CRS Type' containment reference.CoordinateSystemRefTypegetUsesCS()Returns the value of the 'Uses CS' containment reference.voidsetDerivedCRSType(DerivedCRSTypeType value)Sets the value of the 'Derived CRS Type' containment reference.voidsetUsesCS(CoordinateSystemRefType value)Sets the value of the 'Uses CS' containment reference.- 
Methods inherited from interface AbstractGeneralDerivedCRSTypegetBaseCRS, getDefinedByConversion, setBaseCRS, setDefinedByConversion
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractReferenceSystemBaseTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractReferenceSystemTypegetRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
 
- 
 
- 
- 
- 
Method Detail- 
getDerivedCRSTypeDerivedCRSTypeType getDerivedCRSType() Returns the value of the 'Derived CRS Type' containment reference.If the meaning of the 'Derived CRS Type' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Derived CRS Type' containment reference.
- See Also:
- setDerivedCRSType(DerivedCRSTypeType),- Gml311Package.getDerivedCRSType_DerivedCRSType()
 
 - 
setDerivedCRSTypevoid setDerivedCRSType(DerivedCRSTypeType value) Sets the value of the 'Derived CRS Type' containment reference.- Parameters:
- value- the new value of the 'Derived CRS Type' containment reference.
- See Also:
- getDerivedCRSType()
 
 - 
getUsesCSCoordinateSystemRefType getUsesCS() Returns the value of the 'Uses CS' containment reference. Association to the coordinate system used by this CRS.- Returns:
- the value of the 'Uses CS' containment reference.
- See Also:
- setUsesCS(CoordinateSystemRefType),- Gml311Package.getDerivedCRSType_UsesCS()
 
 - 
setUsesCSvoid setUsesCS(CoordinateSystemRefType value) Sets the value of the 'Uses CS' containment reference.- Parameters:
- value- the new value of the 'Uses CS' containment reference.
- See Also:
- getUsesCS()
 
 
- 
 
-