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. VALUESA 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 RelativePositionTypeRelativePositionType. get(int value)Returns the 'Relative Position Type' literal with the specified integer value.static RelativePositionTypeRelativePositionType. get(String literal)Returns the 'Relative Position Type' literal with the specified literal value.static RelativePositionTypeRelativePositionType. getByName(String name)Returns the 'Relative Position Type' literal with the specified name.RelativePositionTypeRelatedTimeType. getRelativePosition()Returns the value of the 'Relative Position' attribute.static RelativePositionTypeRelativePositionType. 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 voidRelatedTimeType. 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 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 RelativePositionType Modifier and Type Method Description RelativePositionTypeGml311FactoryImpl. createRelativePositionTypeFromString(EDataType eDataType, String initialValue)RelativePositionTypeGml311FactoryImpl. createRelativePositionTypeObjectFromString(EDataType eDataType, String initialValue)RelativePositionTypeRelatedTimeTypeImpl. getRelativePosition()Methods in net.opengis.gml311.impl with parameters of type RelativePositionType Modifier and Type Method Description voidRelatedTimeTypeImpl. 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 booleanGml311Validator. validateRelativePositionType(RelativePositionType relativePositionType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateRelativePositionTypeObject(RelativePositionType relativePositionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-