Uses of Interface
net.opengis.fes20.ResourceIdentifierType
-
Packages that use ResourceIdentifierType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ResourceIdentifierType in net.opengis.fes20
Methods in net.opengis.fes20 that return ResourceIdentifierType Modifier and Type Method Description ResourceIdentifierType
Fes20Factory. createResourceIdentifierType()
Returns a new object of class 'Resource Identifier Type'.Methods in net.opengis.fes20 that return types with arguments of type ResourceIdentifierType Modifier and Type Method Description EList<ResourceIdentifierType>
IdCapabilitiesType. getResourceIdentifier()
Returns the value of the 'Resource Identifier' containment reference list. -
Uses of ResourceIdentifierType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ResourceIdentifierType Modifier and Type Class Description class
ResourceIdentifierTypeImpl
An implementation of the model object 'Resource Identifier Type'.Fields in net.opengis.fes20.impl with type parameters of type ResourceIdentifierType Modifier and Type Field Description protected EList<ResourceIdentifierType>
IdCapabilitiesTypeImpl. resourceIdentifier
The cached value of the 'Resource Identifier
' containment reference list.Methods in net.opengis.fes20.impl that return ResourceIdentifierType Modifier and Type Method Description ResourceIdentifierType
Fes20FactoryImpl. createResourceIdentifierType()
Methods in net.opengis.fes20.impl that return types with arguments of type ResourceIdentifierType Modifier and Type Method Description EList<ResourceIdentifierType>
IdCapabilitiesTypeImpl. getResourceIdentifier()
-
Uses of ResourceIdentifierType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ResourceIdentifierType Modifier and Type Method Description T
Fes20Switch. caseResourceIdentifierType(ResourceIdentifierType object)
Returns the result of interpreting the object as an instance of 'Resource Identifier Type'.boolean
Fes20Validator. validateResourceIdentifierType(ResourceIdentifierType resourceIdentifierType, DiagnosticChain diagnostics, Map<Object,Object> context)
-