Uses of Interface
net.opengis.gml311.TimeOrdinalEraType
-
Packages that use TimeOrdinalEraType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeOrdinalEraType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeOrdinalEraType Modifier and Type Method Description TimeOrdinalEraType
Gml311Factory. createTimeOrdinalEraType()
Returns a new object of class 'Time Ordinal Era Type'.TimeOrdinalEraType
DocumentRoot. getTimeOrdinalEra()
Returns the value of the 'Time Ordinal Era' containment reference.TimeOrdinalEraType
TimeOrdinalEraPropertyType. getTimeOrdinalEra()
Returns the value of the 'Time Ordinal Era' containment reference.Methods in net.opengis.gml311 with parameters of type TimeOrdinalEraType Modifier and Type Method Description void
DocumentRoot. setTimeOrdinalEra(TimeOrdinalEraType value)
Sets the value of the 'Time Ordinal Era
' containment reference.void
TimeOrdinalEraPropertyType. setTimeOrdinalEra(TimeOrdinalEraType value)
Sets the value of the 'Time Ordinal Era
' containment reference. -
Uses of TimeOrdinalEraType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeOrdinalEraType Modifier and Type Class Description class
TimeOrdinalEraTypeImpl
An implementation of the model object 'Time Ordinal Era Type'.Fields in net.opengis.gml311.impl declared as TimeOrdinalEraType Modifier and Type Field Description protected TimeOrdinalEraType
TimeOrdinalEraPropertyTypeImpl. timeOrdinalEra
The cached value of the 'Time Ordinal Era
' containment reference.Methods in net.opengis.gml311.impl that return TimeOrdinalEraType Modifier and Type Method Description TimeOrdinalEraType
Gml311FactoryImpl. createTimeOrdinalEraType()
TimeOrdinalEraType
DocumentRootImpl. getTimeOrdinalEra()
TimeOrdinalEraType
TimeOrdinalEraPropertyTypeImpl. getTimeOrdinalEra()
Methods in net.opengis.gml311.impl with parameters of type TimeOrdinalEraType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeOrdinalEra(TimeOrdinalEraType newTimeOrdinalEra, NotificationChain msgs)
NotificationChain
TimeOrdinalEraPropertyTypeImpl. basicSetTimeOrdinalEra(TimeOrdinalEraType newTimeOrdinalEra, NotificationChain msgs)
void
DocumentRootImpl. setTimeOrdinalEra(TimeOrdinalEraType newTimeOrdinalEra)
void
TimeOrdinalEraPropertyTypeImpl. setTimeOrdinalEra(TimeOrdinalEraType newTimeOrdinalEra)
-
Uses of TimeOrdinalEraType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeOrdinalEraType Modifier and Type Method Description T
Gml311Switch. caseTimeOrdinalEraType(TimeOrdinalEraType object)
Returns the result of interpreting the object as an instance of 'Time Ordinal Era Type'.boolean
Gml311Validator. validateTimeOrdinalEraType(TimeOrdinalEraType timeOrdinalEraType, DiagnosticChain diagnostics, Map<Object,Object> context)
-