Package net.opengis.gml311
Interface AbstractReferenceSystemType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractReferenceSystemBaseType,- DefinitionType,- EObject,- Notifier
 - All Known Subinterfaces:
- AbstractGeneralDerivedCRSType,- CompoundCRSType,- DerivedCRSType,- EngineeringCRSType,- GeocentricCRSType,- GeographicCRSType,- ImageCRSType,- ProjectedCRSType,- TemporalCRSType,- VerticalCRSType
 - All Known Implementing Classes:
- AbstractGeneralDerivedCRSTypeImpl,- AbstractReferenceSystemTypeImpl,- CompoundCRSTypeImpl,- DerivedCRSTypeImpl,- EngineeringCRSTypeImpl,- GeocentricCRSTypeImpl,- GeographicCRSTypeImpl,- ImageCRSTypeImpl,- ProjectedCRSTypeImpl,- TemporalCRSTypeImpl,- VerticalCRSTypeImpl
 
 public interface AbstractReferenceSystemType extends AbstractReferenceSystemBaseType A representation of the model object 'Abstract Reference System Type'. Description of a spatial and/or temporal reference system used by a dataset.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringOrRefTypegetRemarks()Returns the value of the 'Remarks' containment reference.StringgetScope()Returns the value of the 'Scope' attribute.EList<IdentifierType>getSrsID()Returns the value of the 'Srs ID' containment reference list.ExtentTypegetValidArea()Returns the value of the 'Valid Area' containment reference.voidsetRemarks(StringOrRefType value)Sets the value of the 'Remarks' containment reference.voidsetScope(String value)Sets the value of the 'Scope' attribute.voidsetValidArea(ExtentType value)Sets the value of the 'Valid Area' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractReferenceSystemBaseTypegetSrsName, setSrsName
 
- 
 
- 
- 
- 
Method Detail- 
getSrsIDEList<IdentifierType> getSrsID() Returns the value of the 'Srs ID' containment reference list. The list contents are of typeIdentifierType. Set of alterative identifications of this reference system. The first srsID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Srs ID' containment reference list.
- See Also:
- Gml311Package.getAbstractReferenceSystemType_SrsID()
 
 - 
getRemarksStringOrRefType getRemarks() Returns the value of the 'Remarks' containment reference. Comments on or information about this reference system, including source information.- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
- setRemarks(StringOrRefType),- Gml311Package.getAbstractReferenceSystemType_Remarks()
 
 - 
setRemarksvoid setRemarks(StringOrRefType value) Sets the value of the 'Remarks' containment reference.- Parameters:
- value- the new value of the 'Remarks' containment reference.
- See Also:
- getRemarks()
 
 - 
getValidAreaExtentType getValidArea() Returns the value of the 'Valid Area' containment reference. Area or region in which this CRS object is valid.- Returns:
- the value of the 'Valid Area' containment reference.
- See Also:
- setValidArea(ExtentType),- Gml311Package.getAbstractReferenceSystemType_ValidArea()
 
 - 
setValidAreavoid setValidArea(ExtentType value) Sets the value of the 'Valid Area' containment reference.- Parameters:
- value- the new value of the 'Valid Area' containment reference.
- See Also:
- getValidArea()
 
 - 
getScopeString getScope() Returns the value of the 'Scope' attribute. Description of domain of usage, or limitations of usage, for which this CRS object is valid.- Returns:
- the value of the 'Scope' attribute.
- See Also:
- setScope(String),- Gml311Package.getAbstractReferenceSystemType_Scope()
 
 - 
setScopevoid setScope(String value) Sets the value of the 'Scope' attribute.- Parameters:
- value- the new value of the 'Scope' attribute.
- See Also:
- getScope()
 
 
- 
 
-