Class DefaultPeriod
java.lang.Object
org.apache.sis.internal.temporal.DefaultPeriod
- All Implemented Interfaces:
Period, org.opengis.temporal.TemporalPrimitive
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultPeriod(Instant beginning, Instant ending) Creates a new period with the given bounds. -
Method Summary
-
Field Details
-
beginning
Bounds making this period. -
ending
Bounds making this period.
-
-
Constructor Details
-
DefaultPeriod
-
-
Method Details
-
getBeginning
The beginning instant at which this period starts.- Specified by:
getBeginningin interfacePeriod- Returns:
- The beginning instant.
-
getEnding
-
toString
-
hashCode
-
equals
-