Uses of Interface
org.opengis.temporal.OrdinalEra

Packages that use OrdinalEra
org.geotools.temporal.object   
org.geotools.temporal.reference   
org.opengis.temporal   
 

Uses of OrdinalEra in org.geotools.temporal.object
 

Methods in org.geotools.temporal.object that return OrdinalEra
 OrdinalEra DefaultOrdinalPosition.getOrdinalPosition()
          Provides a reference to the ordinal era in which the instant occurs.
 

Methods in org.geotools.temporal.object with parameters of type OrdinalEra
 void DefaultOrdinalPosition.setOrdinalPosition(OrdinalEra ordinalPosition)
           
 

Constructors in org.geotools.temporal.object with parameters of type OrdinalEra
DefaultOrdinalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, OrdinalEra ordinalPosition)
           
 

Uses of OrdinalEra in org.geotools.temporal.reference
 

Classes in org.geotools.temporal.reference that implement OrdinalEra
 class DefaultOrdinalEra
           
 

Methods in org.geotools.temporal.reference that return types with arguments of type OrdinalEra
 Collection<OrdinalEra> DefaultOrdinalEra.getComposition()
           
 Collection<OrdinalEra> DefaultOrdinalReferenceSystem.getOrdinalEraSequence()
           
 

Constructor parameters in org.geotools.temporal.reference with type arguments of type OrdinalEra
DefaultOrdinalEra(InternationalString name, Date beginning, Date end, Collection<OrdinalEra> composition)
           
DefaultOrdinalReferenceSystem(ReferenceIdentifier name, Extent domainOfValidity, Collection<OrdinalEra> ordinalEraSequence)
           
 

Uses of OrdinalEra in org.opengis.temporal
 

Methods in org.opengis.temporal that return OrdinalEra
 OrdinalEra TemporalFactory.createOrdinalEra(InternationalString name, Date beginning, Date end, Collection<OrdinalEra> composition)
           
 OrdinalEra OrdinalPosition.getOrdinalPosition()
          Provides a reference to the ordinal era in which the instant occurs.
 

Methods in org.opengis.temporal that return types with arguments of type OrdinalEra
 Collection<OrdinalEra> OrdinalEra.getComposition()
          Ordinal eras that subdivide this ordinal era.
 Collection<OrdinalEra> OrdinalReferenceSystem.getOrdinalEraSequence()
          Get the set of ordinal eras of which this ordinal reference system consists of.
 

Methods in org.opengis.temporal with parameters of type OrdinalEra
 OrdinalPosition TemporalFactory.createOrdinalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, OrdinalEra ordinalPosition)
           
 

Method parameters in org.opengis.temporal with type arguments of type OrdinalEra
 OrdinalEra TemporalFactory.createOrdinalEra(InternationalString name, Date beginning, Date end, Collection<OrdinalEra> composition)
           
 OrdinalReferenceSystem TemporalFactory.createOrdinalReferenceSystem(ReferenceIdentifier name, Extent domainOfValidity, Collection<OrdinalEra> ordinalEraSequence)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.