Package net.opengis.gml311
Interface AbstractGeneralDerivedCRSType
-
- All Superinterfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
DerivedCRSType
,ProjectedCRSType
- All Known Implementing Classes:
AbstractGeneralDerivedCRSTypeImpl
,DerivedCRSTypeImpl
,ProjectedCRSTypeImpl
public interface AbstractGeneralDerivedCRSType extends AbstractReferenceSystemType
A representation of the model object 'Abstract General Derived CRS Type'. A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinateReferenceSystemRefType
getBaseCRS()
Returns the value of the 'Base CRS' containment reference.GeneralConversionRefType
getDefinedByConversion()
Returns the value of the 'Defined By Conversion' containment reference.void
setBaseCRS(CoordinateReferenceSystemRefType value)
Sets the value of the 'Base CRS
' containment reference.void
setDefinedByConversion(GeneralConversionRefType value)
Sets the value of the 'Defined By Conversion
' containment reference.-
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
-
getBaseCRS
CoordinateReferenceSystemRefType getBaseCRS()
Returns the value of the 'Base CRS' containment reference. Association to the coordinate reference system used by this derived CRS.- Returns:
- the value of the 'Base CRS' containment reference.
- See Also:
setBaseCRS(CoordinateReferenceSystemRefType)
,Gml311Package.getAbstractGeneralDerivedCRSType_BaseCRS()
-
setBaseCRS
void setBaseCRS(CoordinateReferenceSystemRefType value)
Sets the value of the 'Base CRS
' containment reference.- Parameters:
value
- the new value of the 'Base CRS' containment reference.- See Also:
getBaseCRS()
-
getDefinedByConversion
GeneralConversionRefType getDefinedByConversion()
Returns the value of the 'Defined By Conversion' containment reference. Association to the coordinate conversion used to define this derived CRS.- Returns:
- the value of the 'Defined By Conversion' containment reference.
- See Also:
setDefinedByConversion(GeneralConversionRefType)
,Gml311Package.getAbstractGeneralDerivedCRSType_DefinedByConversion()
-
setDefinedByConversion
void setDefinedByConversion(GeneralConversionRefType value)
Sets the value of the 'Defined By Conversion
' containment reference.- Parameters:
value
- the new value of the 'Defined By Conversion' containment reference.- See Also:
getDefinedByConversion()
-
-