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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringOrRefType
getRemarks()
Returns the value of the 'Remarks' containment reference.String
getScope()
Returns the value of the 'Scope' attribute.EList<IdentifierType>
getSrsID()
Returns the value of the 'Srs ID' containment reference list.ExtentType
getValidArea()
Returns the value of the 'Valid Area' containment reference.void
setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.void
setScope(String value)
Sets the value of the 'Scope
' attribute.void
setValidArea(ExtentType value)
Sets the value of the 'Valid Area
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
-
-
-
-
Method Detail
-
getSrsID
EList<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()
-
getRemarks
StringOrRefType 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()
-
setRemarks
void setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.- Parameters:
value
- the new value of the 'Remarks' containment reference.- See Also:
getRemarks()
-
getValidArea
ExtentType 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()
-
setValidArea
void 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()
-
getScope
String 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()
-
setScope
void setScope(String value)
Sets the value of the 'Scope
' attribute.- Parameters:
value
- the new value of the 'Scope' attribute.- See Also:
getScope()
-
-