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 TimePeriodPropertyTypeGml311Factory. createTimePeriodPropertyType()Returns a new object of class 'Time Period Property Type'.TimePeriodPropertyTypeTimeCalendarEraType. getEpochOfUse()Returns the value of the 'Epoch Of Use' containment reference.TimePeriodPropertyTypeTimeEdgeType. getExtent()Returns the value of the 'Extent' containment reference.TimePeriodPropertyTypeTimeOrdinalEraType. getExtent()Returns the value of the 'Extent' containment reference.Methods in net.opengis.gml311 with parameters of type TimePeriodPropertyType Modifier and Type Method Description voidTimeCalendarEraType. setEpochOfUse(TimePeriodPropertyType value)Sets the value of the 'Epoch Of Use' containment reference.voidTimeEdgeType. setExtent(TimePeriodPropertyType value)Sets the value of the 'Extent' containment reference.voidTimeOrdinalEraType. 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 classTimePeriodPropertyTypeImplAn implementation of the model object 'Time Period Property Type'.Fields in net.opengis.gml311.impl declared as TimePeriodPropertyType Modifier and Type Field Description protected TimePeriodPropertyTypeTimeCalendarEraTypeImpl. epochOfUseThe cached value of the 'Epoch Of Use' containment reference.protected TimePeriodPropertyTypeTimeEdgeTypeImpl. extentThe cached value of the 'Extent' containment reference.protected TimePeriodPropertyTypeTimeOrdinalEraTypeImpl. extentThe cached value of the 'Extent' containment reference.Methods in net.opengis.gml311.impl that return TimePeriodPropertyType Modifier and Type Method Description TimePeriodPropertyTypeGml311FactoryImpl. createTimePeriodPropertyType()TimePeriodPropertyTypeTimeCalendarEraTypeImpl. getEpochOfUse()TimePeriodPropertyTypeTimeEdgeTypeImpl. getExtent()TimePeriodPropertyTypeTimeOrdinalEraTypeImpl. getExtent()Methods in net.opengis.gml311.impl with parameters of type TimePeriodPropertyType Modifier and Type Method Description NotificationChainTimeCalendarEraTypeImpl. basicSetEpochOfUse(TimePeriodPropertyType newEpochOfUse, NotificationChain msgs)NotificationChainTimeEdgeTypeImpl. basicSetExtent(TimePeriodPropertyType newExtent, NotificationChain msgs)NotificationChainTimeOrdinalEraTypeImpl. basicSetExtent(TimePeriodPropertyType newExtent, NotificationChain msgs)voidTimeCalendarEraTypeImpl. setEpochOfUse(TimePeriodPropertyType newEpochOfUse)voidTimeEdgeTypeImpl. setExtent(TimePeriodPropertyType newExtent)voidTimeOrdinalEraTypeImpl. 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 TGml311Switch. caseTimePeriodPropertyType(TimePeriodPropertyType object)Returns the result of interpreting the object as an instance of 'Time Period Property Type'.booleanGml311Validator. validateTimePeriodPropertyType(TimePeriodPropertyType timePeriodPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-