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 TimeIndeterminateValueTypeTimeIndeterminateValueType. AFTER_LITERALThe 'After' literal object.static TimeIndeterminateValueTypeTimeIndeterminateValueType. BEFORE_LITERALThe 'Before' literal object.static TimeIndeterminateValueTypeTimeIndeterminateValueType. NOW_LITERALThe 'Now' literal object.static TimeIndeterminateValueTypeTimeIndeterminateValueType. UNKNOWN_LITERALThe 'Unknown' literal object.Methods in net.opengis.gml that return TimeIndeterminateValueType Modifier and Type Method Description static TimeIndeterminateValueTypeTimeIndeterminateValueType. get(int value)Returns the 'Time Indeterminate Value Type' literal with the specified integer value.static TimeIndeterminateValueTypeTimeIndeterminateValueType. get(String literal)Returns the 'Time Indeterminate Value Type' literal with the specified literal value.static TimeIndeterminateValueTypeTimeIndeterminateValueType. getByName(String name)Returns the 'Time Indeterminate Value Type' literal with the specified name.TimeIndeterminateValueTypeTimePositionType. getIndeterminatePosition()Returns the value of the 'Indeterminate Position' attribute.Methods in net.opengis.gml with parameters of type TimeIndeterminateValueType Modifier and Type Method Description voidTimePositionType. 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 TimeIndeterminateValueTypeTimePositionTypeImpl. INDETERMINATE_POSITION_EDEFAULTThe default value of the 'Indeterminate Position' attribute.protected TimeIndeterminateValueTypeTimePositionTypeImpl. indeterminatePositionThe cached value of the 'Indeterminate Position' attribute.Methods in net.opengis.gml.impl that return TimeIndeterminateValueType Modifier and Type Method Description TimeIndeterminateValueTypeGmlFactoryImpl. createTimeIndeterminateValueTypeFromString(EDataType eDataType, String initialValue)TimeIndeterminateValueTypeGmlFactoryImpl. createTimeIndeterminateValueTypeObjectFromString(EDataType eDataType, String initialValue)TimeIndeterminateValueTypeTimePositionTypeImpl. getIndeterminatePosition()Methods in net.opengis.gml.impl with parameters of type TimeIndeterminateValueType Modifier and Type Method Description voidTimePositionTypeImpl. 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 booleanGmlValidator. validateTimeIndeterminateValueType(TimeIndeterminateValueType timeIndeterminateValueType, DiagnosticChain diagnostics, Map context)booleanGmlValidator. 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 booleanTimePositionTypeValidator. validateIndeterminatePosition(TimeIndeterminateValueType value)
-