Uses of Interface
net.opengis.gml311.TimePeriodPropertyType
-
Packages that use TimePeriodPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimePeriodPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimePeriodPropertyType Modifier and Type Method Description TimePeriodPropertyType
Gml311Factory. createTimePeriodPropertyType()
Returns a new object of class 'Time Period Property Type'.TimePeriodPropertyType
TimeCalendarEraType. getEpochOfUse()
Returns the value of the 'Epoch Of Use' containment reference.TimePeriodPropertyType
TimeEdgeType. getExtent()
Returns the value of the 'Extent' containment reference.TimePeriodPropertyType
TimeOrdinalEraType. getExtent()
Returns the value of the 'Extent' containment reference.Methods in net.opengis.gml311 with parameters of type TimePeriodPropertyType Modifier and Type Method Description void
TimeCalendarEraType. setEpochOfUse(TimePeriodPropertyType value)
Sets the value of the 'Epoch Of Use
' containment reference.void
TimeEdgeType. setExtent(TimePeriodPropertyType value)
Sets the value of the 'Extent
' containment reference.void
TimeOrdinalEraType. setExtent(TimePeriodPropertyType value)
Sets the value of the 'Extent
' containment reference. -
Uses of TimePeriodPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePeriodPropertyType Modifier and Type Class Description class
TimePeriodPropertyTypeImpl
An implementation of the model object 'Time Period Property Type'.Fields in net.opengis.gml311.impl declared as TimePeriodPropertyType Modifier and Type Field Description protected TimePeriodPropertyType
TimeCalendarEraTypeImpl. epochOfUse
The cached value of the 'Epoch Of Use
' containment reference.protected TimePeriodPropertyType
TimeEdgeTypeImpl. extent
The cached value of the 'Extent
' containment reference.protected TimePeriodPropertyType
TimeOrdinalEraTypeImpl. extent
The cached value of the 'Extent
' containment reference.Methods in net.opengis.gml311.impl that return TimePeriodPropertyType Modifier and Type Method Description TimePeriodPropertyType
Gml311FactoryImpl. createTimePeriodPropertyType()
TimePeriodPropertyType
TimeCalendarEraTypeImpl. getEpochOfUse()
TimePeriodPropertyType
TimeEdgeTypeImpl. getExtent()
TimePeriodPropertyType
TimeOrdinalEraTypeImpl. getExtent()
Methods in net.opengis.gml311.impl with parameters of type TimePeriodPropertyType Modifier and Type Method Description NotificationChain
TimeCalendarEraTypeImpl. basicSetEpochOfUse(TimePeriodPropertyType newEpochOfUse, NotificationChain msgs)
NotificationChain
TimeEdgeTypeImpl. basicSetExtent(TimePeriodPropertyType newExtent, NotificationChain msgs)
NotificationChain
TimeOrdinalEraTypeImpl. basicSetExtent(TimePeriodPropertyType newExtent, NotificationChain msgs)
void
TimeCalendarEraTypeImpl. setEpochOfUse(TimePeriodPropertyType newEpochOfUse)
void
TimeEdgeTypeImpl. setExtent(TimePeriodPropertyType newExtent)
void
TimeOrdinalEraTypeImpl. setExtent(TimePeriodPropertyType newExtent)
-
Uses of TimePeriodPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePeriodPropertyType Modifier and Type Method Description T
Gml311Switch. caseTimePeriodPropertyType(TimePeriodPropertyType object)
Returns the result of interpreting the object as an instance of 'Time Period Property Type'.boolean
Gml311Validator. validateTimePeriodPropertyType(TimePeriodPropertyType timePeriodPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-