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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetSrsName()Returns the value of the 'Srs Name' containment reference.voidsetSrsName(CodeType value)Sets the value of the 'Srs Name' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getSrsNameCodeType 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()
 
 - 
setSrsNamevoid 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()
 
 
- 
 
-