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 Summary
All 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 AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, setBaseCRS, setDefinedByConversion
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
-
Methods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
-
-
-
-
Method Detail
-
getDerivedCRSType
DerivedCRSTypeType 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()
-
setDerivedCRSType
void 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()
-
getUsesCS
CoordinateSystemRefType 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()
-
setUsesCS
void 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()
-
-