Uses of Interface
org.opengis.util.ScopedName
Packages that use ScopedName
Package
Description
Filters features according their properties.
Information to uniquely identify the data or service.
Base classes for reference systems used for general positioning.
Implementations of GeoAPI types from 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.apache.sis.filter
Methods in org.apache.sis.filter that return ScopedNameModifier and TypeMethodDescriptionExpression.getFunctionName()Returns the name of the function to be called. -
Uses of ScopedName in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return ScopedNameModifier and TypeMethodDescriptionDefaultCoupledResource.getScopedName()Returns scoped identifier of the resource in the context of the given service instance.Methods in org.apache.sis.metadata.iso.identification with parameters of type ScopedNameModifier and TypeMethodDescriptionvoidDefaultCoupledResource.setScopedName(ScopedName newValue) Sets the identifier of the resource in the context of the given service instance.Constructors in org.apache.sis.metadata.iso.identification with parameters of type ScopedNameModifierConstructorDescriptionDefaultCoupledResource(ScopedName name, Citation reference, DataIdentification resource, DefaultOperationMetadata operation) Constructs a new coupled resource initialized to the specified values. -
Uses of ScopedName in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return ScopedNameModifier and TypeMethodDescriptionNamedIdentifier.push(GenericName scope) Returns this name expanded with the specified scope. -
Uses of ScopedName in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement ScopedNameModifier and TypeClassDescriptionclassA composite of a name space (as a local name) and a generic name valid in that name space.Methods in org.apache.sis.util.iso that return ScopedNameModifier and TypeMethodDescriptionstatic ScopedNameNames.createScopedName(GenericName scope, String separator, CharSequence name) Creates a scoped name as the concatenation of the given generic name with a single character sequence.AbstractName.push(GenericName scope) Returns this name expanded with the specified scope. -
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.