Uses of Class
net.opengis.gml.TimeIndeterminateValueType
-
Packages that use TimeIndeterminateValueType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of TimeIndeterminateValueType in net.opengis.gml
Fields in net.opengis.gml declared as TimeIndeterminateValueType Modifier and Type Field Description static TimeIndeterminateValueType
TimeIndeterminateValueType. AFTER_LITERAL
The 'After' literal object.static TimeIndeterminateValueType
TimeIndeterminateValueType. BEFORE_LITERAL
The 'Before' literal object.static TimeIndeterminateValueType
TimeIndeterminateValueType. NOW_LITERAL
The 'Now' literal object.static TimeIndeterminateValueType
TimeIndeterminateValueType. UNKNOWN_LITERAL
The 'Unknown' literal object.Methods in net.opengis.gml that return TimeIndeterminateValueType Modifier and Type Method Description static TimeIndeterminateValueType
TimeIndeterminateValueType. get(int value)
Returns the 'Time Indeterminate Value Type' literal with the specified integer value.static TimeIndeterminateValueType
TimeIndeterminateValueType. get(String literal)
Returns the 'Time Indeterminate Value Type' literal with the specified literal value.static TimeIndeterminateValueType
TimeIndeterminateValueType. getByName(String name)
Returns the 'Time Indeterminate Value Type' literal with the specified name.TimeIndeterminateValueType
TimePositionType. getIndeterminatePosition()
Returns the value of the 'Indeterminate Position' attribute.Methods in net.opengis.gml with parameters of type TimeIndeterminateValueType Modifier and Type Method Description void
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 TimeIndeterminateValueType Modifier and Type Field Description protected static 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 TimeIndeterminateValueType Modifier and Type Method Description TimeIndeterminateValueType
GmlFactoryImpl. createTimeIndeterminateValueTypeFromString(EDataType eDataType, String initialValue)
TimeIndeterminateValueType
GmlFactoryImpl. createTimeIndeterminateValueTypeObjectFromString(EDataType eDataType, String initialValue)
TimeIndeterminateValueType
TimePositionTypeImpl. getIndeterminatePosition()
Methods in net.opengis.gml.impl with parameters of type TimeIndeterminateValueType Modifier and Type Method Description void
TimePositionTypeImpl. setIndeterminatePosition(TimeIndeterminateValueType newIndeterminatePosition)
-
Uses of TimeIndeterminateValueType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type TimeIndeterminateValueType Modifier and Type Method Description boolean
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 TimeIndeterminateValueType Modifier and Type Method Description boolean
TimePositionTypeValidator. validateIndeterminatePosition(TimeIndeterminateValueType value)
-