Package net.opengis.gml311
Interface TimeOrdinalReferenceSystemType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractTimeReferenceSystemType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- TimeOrdinalReferenceSystemTypeImpl
 
 public interface TimeOrdinalReferenceSystemType extends AbstractTimeReferenceSystemType A representation of the model object 'Time Ordinal Reference System Type'. In an ordinal reference system the order of events in time can be well established, but the magnitude of the intervals between them can not be accurately determined (e.g. a stratigraphic sequence).The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TimeOrdinalEraPropertyType>getComponent()Returns the value of the 'Component' containment reference list.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractTimeReferenceSystemTypegetDomainOfValidity, setDomainOfValidity
 
- 
 
- 
- 
- 
Method Detail- 
getComponentEList<TimeOrdinalEraPropertyType> getComponent() Returns the value of the 'Component' containment reference list. The list contents are of typeTimeOrdinalEraPropertyType.If the meaning of the 'Component' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Component' containment reference list.
- See Also:
- Gml311Package.getTimeOrdinalReferenceSystemType_Component()
 
 
- 
 
-