|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectDefaultTemporalReferenceSystem
public class DefaultTemporalReferenceSystem
| Field Summary |
|---|
| Fields inherited from interface ReferenceSystem |
|---|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY |
| Fields inherited from interface IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Constructor Summary | |
|---|---|
DefaultTemporalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity)
Creates a new instance of TemporalReferenceSystem by passing a ReferenceIdentifier name and a domain of validity. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
Collection<GenericName> |
getAlias()
An alternative name by which this object is identified. |
Extent |
getDomainOfValidity()
Identifies the space and time within which the reference system is applicable. |
Set<ReferenceIdentifier> |
getIdentifiers()
An identifier which references elsewhere the object's defining information. |
ReferenceIdentifier |
getName()
Provides a name that uniquely identifies the temporal referece system. |
InternationalString |
getRemarks()
Comments on or information about this object, including data source information. |
InternationalString |
getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid. |
Extent |
getValidArea()
Deprecated. |
int |
hashCode()
|
void |
setDomainOfValidity(Extent domainOfValidity)
|
void |
setName(ReferenceIdentifier name)
This is a name that uniquely identifies the temporal reference system. |
void |
setScope(InternationalString scope)
|
void |
setValidArea(Extent validArea)
|
String |
toString()
|
String |
toWKT()
Returns a Well Known Text (WKT) for this object. |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTemporalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity)
name - domainOfValidity - | Method Detail |
|---|
public ReferenceIdentifier getName()
TemporalReferenceSystem
getName in interface IdentifiedObjectgetName in interface TemporalReferenceSystemReferenceIdentifier for the temporal reference systempublic Extent getDomainOfValidity()
TemporalReferenceSystemTemporalPositions referenced to a reference system which has a valid extent
that is less than the extent of a data set containing such values.
Please note this is very similar to ReferenceSystem.getValidArea() from ISO 19115.
getDomainOfValidity in interface ReferenceSystemgetDomainOfValidity in interface TemporalReferenceSystemnull if not available.@Deprecated public Extent getValidArea()
public InternationalString getScope()
ReferenceSystem
getScope in interface ReferenceSystemnull if none.public Collection<GenericName> getAlias()
IdentifiedObject
getAlias in interface IdentifiedObjectpublic Set<ReferenceIdentifier> getIdentifiers()
IdentifiedObject
getIdentifiers in interface IdentifiedObjectpublic InternationalString getRemarks()
IdentifiedObject
getRemarks in interface IdentifiedObjectnull if none.
public String toWKT()
throws UnsupportedOperationException
IdentifiedObject
toWKT in interface IdentifiedObjectUnsupportedOperationException - If this object can't be formatted as WKT.public void setName(ReferenceIdentifier name)
public void setDomainOfValidity(Extent domainOfValidity)
public void setValidArea(Extent validArea)
public void setScope(InternationalString scope)
public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||