Uses of Class
net.opengis.fes20.SpatialOperatorNameTypeMember0
-
Packages that use SpatialOperatorNameTypeMember0 Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of SpatialOperatorNameTypeMember0 in net.opengis.fes20
Fields in net.opengis.fes20 with type parameters of type SpatialOperatorNameTypeMember0 Modifier and Type Field Description static List<SpatialOperatorNameTypeMember0>
SpatialOperatorNameTypeMember0. VALUES
A public read-only list of all the 'Spatial Operator Name Type Member0' enumerators.Methods in net.opengis.fes20 that return SpatialOperatorNameTypeMember0 Modifier and Type Method Description static SpatialOperatorNameTypeMember0
SpatialOperatorNameTypeMember0. get(int value)
Returns the 'Spatial Operator Name Type Member0' literal with the specified integer value.static SpatialOperatorNameTypeMember0
SpatialOperatorNameTypeMember0. get(String literal)
Returns the 'Spatial Operator Name Type Member0' literal with the specified literal value.static SpatialOperatorNameTypeMember0
SpatialOperatorNameTypeMember0. getByName(String name)
Returns the 'Spatial Operator Name Type Member0' literal with the specified name.static SpatialOperatorNameTypeMember0
SpatialOperatorNameTypeMember0. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpatialOperatorNameTypeMember0[]
SpatialOperatorNameTypeMember0. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SpatialOperatorNameTypeMember0 in net.opengis.fes20.impl
Methods in net.opengis.fes20.impl that return SpatialOperatorNameTypeMember0 Modifier and Type Method Description SpatialOperatorNameTypeMember0
Fes20FactoryImpl. createSpatialOperatorNameTypeMember0FromString(EDataType eDataType, String initialValue)
SpatialOperatorNameTypeMember0
Fes20FactoryImpl. createSpatialOperatorNameTypeMember0ObjectFromString(EDataType eDataType, String initialValue)
-
Uses of SpatialOperatorNameTypeMember0 in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type SpatialOperatorNameTypeMember0 Modifier and Type Method Description boolean
Fes20Validator. validateSpatialOperatorNameTypeMember0(SpatialOperatorNameTypeMember0 spatialOperatorNameTypeMember0, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Fes20Validator. validateSpatialOperatorNameTypeMember0Object(SpatialOperatorNameTypeMember0 spatialOperatorNameTypeMember0Object, DiagnosticChain diagnostics, Map<Object,Object> context)
-