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.VALUESA public read-only list of all the 'Relative Position Type' enumerators.Methods in net.opengis.gml311 that return RelativePositionTypeModifier and TypeMethodDescriptionstatic RelativePositionTypeRelativePositionType.get(int value) Returns the 'Relative Position Type' literal with the specified integer value.static RelativePositionTypeReturns the 'Relative Position Type' literal with the specified literal value.static RelativePositionTypeReturns the 'Relative Position Type' literal with the specified name.RelatedTimeType.getRelativePosition()Returns the value of the 'Relative Position' attribute.static RelativePositionTypeReturns 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 TypeMethodDescriptionvoidRelatedTimeType.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 RelativePositionTypeRelatedTimeTypeImpl.RELATIVE_POSITION_EDEFAULTThe default value of the 'Relative Position' attribute.protected RelativePositionTypeRelatedTimeTypeImpl.relativePositionThe 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 TypeMethodDescriptionvoidRelatedTimeTypeImpl.setRelativePosition(RelativePositionType newRelativePosition) -
Uses of RelativePositionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RelativePositionTypeModifier and TypeMethodDescriptionbooleanGml311Validator.validateRelativePositionType(RelativePositionType relativePositionType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateRelativePositionTypeObject(RelativePositionType relativePositionTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)