Package net.opengis.gml311
Interface AbstractReferenceSystemBaseType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
AbstractGeneralDerivedCRSType
,AbstractReferenceSystemType
,CompoundCRSType
,DerivedCRSType
,EngineeringCRSType
,GeocentricCRSType
,GeographicCRSType
,ImageCRSType
,ProjectedCRSType
,TemporalCRSType
,VerticalCRSType
- All Known Implementing Classes:
AbstractGeneralDerivedCRSTypeImpl
,AbstractReferenceSystemBaseTypeImpl
,AbstractReferenceSystemTypeImpl
,CompoundCRSTypeImpl
,DerivedCRSTypeImpl
,EngineeringCRSTypeImpl
,GeocentricCRSTypeImpl
,GeographicCRSTypeImpl
,ImageCRSTypeImpl
,ProjectedCRSTypeImpl
,TemporalCRSTypeImpl
,VerticalCRSTypeImpl
public interface AbstractReferenceSystemBaseType extends DefinitionType
A representation of the model object 'Abstract Reference System Base Type'. Basic encoding for reference system objects, simplifying and restricting the DefinitionType as needed.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getSrsName()
Returns the value of the 'Srs Name' containment reference.void
setSrsName(CodeType value)
Sets the value of the 'Srs Name
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getSrsName
CodeType getSrsName()
Returns the value of the 'Srs Name' containment reference. The name by which this reference system is identified.- Returns:
- the value of the 'Srs Name' containment reference.
- See Also:
setSrsName(CodeType)
,Gml311Package.getAbstractReferenceSystemBaseType_SrsName()
-
setSrsName
void setSrsName(CodeType value)
Sets the value of the 'Srs Name
' containment reference.- Parameters:
value
- the new value of the 'Srs Name' containment reference.- See Also:
getSrsName()
-
-