Uses of Enum Class
net.opengis.gml311.RelativePositionType
Packages that use RelativePositionType
-
Uses of RelativePositionType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type RelativePositionTypeModifier and TypeFieldDescriptionstatic final List<RelativePositionType>
RelativePositionType.VALUES
A public read-only list of all the 'Relative Position Type' enumerators.Methods in net.opengis.gml311 that return RelativePositionTypeModifier and TypeMethodDescriptionstatic RelativePositionType
RelativePositionType.get
(int value) Returns the 'Relative Position Type' literal with the specified integer value.static RelativePositionType
Returns the 'Relative Position Type' literal with the specified literal value.static RelativePositionType
Returns the 'Relative Position Type' literal with the specified name.RelatedTimeType.getRelativePosition()
Returns the value of the 'Relative Position' attribute.static RelativePositionType
Returns the enum constant of this class with the specified name.static RelativePositionType[]
RelativePositionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type RelativePositionTypeModifier and TypeMethodDescriptionvoid
RelatedTimeType.setRelativePosition
(RelativePositionType value) Sets the value of the 'Relative Position
' attribute. -
Uses of RelativePositionType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as RelativePositionTypeModifier and TypeFieldDescriptionprotected static final RelativePositionType
RelatedTimeTypeImpl.RELATIVE_POSITION_EDEFAULT
The default value of the 'Relative Position
' attribute.protected RelativePositionType
RelatedTimeTypeImpl.relativePosition
The cached value of the 'Relative Position
' attribute.Methods in net.opengis.gml311.impl that return RelativePositionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createRelativePositionTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createRelativePositionTypeObjectFromString
(EDataType eDataType, String initialValue) RelatedTimeTypeImpl.getRelativePosition()
Methods in net.opengis.gml311.impl with parameters of type RelativePositionTypeModifier and TypeMethodDescriptionvoid
RelatedTimeTypeImpl.setRelativePosition
(RelativePositionType newRelativePosition) -
Uses of RelativePositionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RelativePositionTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateRelativePositionType
(RelativePositionType relativePositionType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateRelativePositionTypeObject
(RelativePositionType relativePositionTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)