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 ResourceIdentifierTypeFes20Factory. 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 classResourceIdentifierTypeImplAn 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. resourceIdentifierThe cached value of the 'Resource Identifier' containment reference list.Methods in net.opengis.fes20.impl that return ResourceIdentifierType Modifier and Type Method Description ResourceIdentifierTypeFes20FactoryImpl. 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 TFes20Switch. caseResourceIdentifierType(ResourceIdentifierType object)Returns the result of interpreting the object as an instance of 'Resource Identifier Type'.booleanFes20Validator. validateResourceIdentifierType(ResourceIdentifierType resourceIdentifierType, DiagnosticChain diagnostics, Map<Object,Object> context)
-