Uses of Class
net.opengis.gml311.RelativePositionType
-
Packages that use RelativePositionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RelativePositionType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type RelativePositionType Modifier and Type Field Description static List<RelativePositionType>
RelativePositionType. VALUES
A public read-only list of all the 'Relative Position Type' enumerators.Methods in net.opengis.gml311 that return RelativePositionType Modifier and Type Method Description static RelativePositionType
RelativePositionType. get(int value)
Returns the 'Relative Position Type' literal with the specified integer value.static RelativePositionType
RelativePositionType. get(String literal)
Returns the 'Relative Position Type' literal with the specified literal value.static RelativePositionType
RelativePositionType. getByName(String name)
Returns the 'Relative Position Type' literal with the specified name.RelativePositionType
RelatedTimeType. getRelativePosition()
Returns the value of the 'Relative Position' attribute.static RelativePositionType
RelativePositionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelativePositionType[]
RelativePositionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type RelativePositionType Modifier and Type Method Description void
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 RelativePositionType Modifier and Type Field Description protected static 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 RelativePositionType Modifier and Type Method Description RelativePositionType
Gml311FactoryImpl. createRelativePositionTypeFromString(EDataType eDataType, String initialValue)
RelativePositionType
Gml311FactoryImpl. createRelativePositionTypeObjectFromString(EDataType eDataType, String initialValue)
RelativePositionType
RelatedTimeTypeImpl. getRelativePosition()
Methods in net.opengis.gml311.impl with parameters of type RelativePositionType Modifier and Type Method Description void
RelatedTimeTypeImpl. setRelativePosition(RelativePositionType newRelativePosition)
-
Uses of RelativePositionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RelativePositionType Modifier and Type Method Description boolean
Gml311Validator. validateRelativePositionType(RelativePositionType relativePositionType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateRelativePositionTypeObject(RelativePositionType relativePositionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-