Uses of Interface
org.opengis.util.ScopedName
Packages that use ScopedName
Package
Description
Filters features according their properties.
Metadata about the specific elements that a particular implementation supports.
Information to uniquely identify the data or service.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.util
package.A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of ScopedName in org.opengis.filter
Methods in org.opengis.filter that return ScopedNameModifier and TypeMethodDescriptionExpression.getFunctionName()
Returns the name of the function to be called.default ScopedName
Literal.getFunctionName()
Returns the name of the literal function.default ScopedName
ValueReference.getFunctionName()
Returns the name of the value reference function. -
Uses of ScopedName in org.opengis.filter.capability
Methods in org.opengis.filter.capability that return types with arguments of type ScopedNameModifier and TypeMethodDescriptionCollection
<? extends ScopedName> ExtendedCapabilities.getAdditionalOperator()
Returns a list of additional operator names.Collection
<? extends ScopedName> SpatialCapabilities.getGeometryOperands()
Advertises which geometry operands are supported by the service.Map
<SpatialOperatorName, List<? extends ScopedName>> SpatialCapabilities.getSpatialOperators()
Advertises which spatial operators are supported by the service.Collection
<? extends ScopedName> TemporalCapabilities.getTemporalOperands()
Advertises which temporal operands are supported by the service.Map
<TemporalOperatorName, List<? extends ScopedName>> TemporalCapabilities.getTemporalOperators()
Advertises which temporal operators are supported by the service. -
Uses of ScopedName in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return ScopedNameModifier and TypeMethodDescriptiondefault ScopedName
CoupledResource.getScopedName()
Scoped identifier of the resource in the context of the given service instance. -
Uses of ScopedName in org.opengis.test
Methods in org.opengis.test with parameters of type ScopedNameModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(ScopedName object) Tests the conformance of the given object.static void
Validators.validate
(ScopedName object) Tests the conformance of the given object. -
Uses of ScopedName in org.opengis.test.util
Methods in org.opengis.test.util with parameters of type ScopedNameModifier and TypeMethodDescriptionvoid
NameValidator.validate
(ScopedName object) Ensures that ISO 19103 or GeoAPI restrictions apply. -
Uses of ScopedName in org.opengis.util
Methods in org.opengis.util that return ScopedNameModifier and TypeMethodDescriptionGenericName.push
(GenericName scope) Returns this name expanded with the specified scope.