Uses of Class
net.opengis.gml.TimeIndeterminateValueType
Packages that use TimeIndeterminateValueType
Package
Description
-
Uses of TimeIndeterminateValueType in net.opengis.gml
Fields in net.opengis.gml declared as TimeIndeterminateValueTypeModifier and TypeFieldDescriptionstatic final TimeIndeterminateValueType
TimeIndeterminateValueType.AFTER_LITERAL
The 'After' literal object.static final TimeIndeterminateValueType
TimeIndeterminateValueType.BEFORE_LITERAL
The 'Before' literal object.static final TimeIndeterminateValueType
TimeIndeterminateValueType.NOW_LITERAL
The 'Now' literal object.static final TimeIndeterminateValueType
TimeIndeterminateValueType.UNKNOWN_LITERAL
The 'Unknown' literal object.Methods in net.opengis.gml that return TimeIndeterminateValueTypeModifier and TypeMethodDescriptionstatic TimeIndeterminateValueType
TimeIndeterminateValueType.get
(int value) Returns the 'Time Indeterminate Value Type' literal with the specified integer value.static TimeIndeterminateValueType
Returns the 'Time Indeterminate Value Type' literal with the specified literal value.static TimeIndeterminateValueType
Returns the 'Time Indeterminate Value Type' literal with the specified name.TimePositionType.getIndeterminatePosition()
Returns the value of the 'Indeterminate Position' attribute.Methods in net.opengis.gml with parameters of type TimeIndeterminateValueTypeModifier and TypeMethodDescriptionvoid
TimePositionType.setIndeterminatePosition
(TimeIndeterminateValueType value) Sets the value of the 'Indeterminate Position
' attribute. -
Uses of TimeIndeterminateValueType in net.opengis.gml.impl
Fields in net.opengis.gml.impl declared as TimeIndeterminateValueTypeModifier and TypeFieldDescriptionprotected static final TimeIndeterminateValueType
TimePositionTypeImpl.INDETERMINATE_POSITION_EDEFAULT
The default value of the 'Indeterminate Position
' attribute.protected TimeIndeterminateValueType
TimePositionTypeImpl.indeterminatePosition
The cached value of the 'Indeterminate Position
' attribute.Methods in net.opengis.gml.impl that return TimeIndeterminateValueTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createTimeIndeterminateValueTypeFromString
(EDataType eDataType, String initialValue) GmlFactoryImpl.createTimeIndeterminateValueTypeObjectFromString
(EDataType eDataType, String initialValue) TimePositionTypeImpl.getIndeterminatePosition()
Methods in net.opengis.gml.impl with parameters of type TimeIndeterminateValueTypeModifier and TypeMethodDescriptionvoid
TimePositionTypeImpl.setIndeterminatePosition
(TimeIndeterminateValueType newIndeterminatePosition) -
Uses of TimeIndeterminateValueType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type TimeIndeterminateValueTypeModifier and TypeMethodDescriptionboolean
GmlValidator.validateTimeIndeterminateValueType
(TimeIndeterminateValueType timeIndeterminateValueType, DiagnosticChain diagnostics, Map context) boolean
GmlValidator.validateTimeIndeterminateValueTypeObject
(TimeIndeterminateValueType timeIndeterminateValueTypeObject, DiagnosticChain diagnostics, Map context) -
Uses of TimeIndeterminateValueType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type TimeIndeterminateValueTypeModifier and TypeMethodDescriptionboolean
TimePositionTypeValidator.validateIndeterminatePosition
(TimeIndeterminateValueType value)