Uses of Interface
org.opengis.util.LocalName
Packages that use LocalName
Package
Description
Metadata about the specific elements that a particular implementation supports.
Information concerning the distributor of, and options for obtaining, a resource.
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 LocalName in org.opengis.filter.capability
Methods in org.opengis.filter.capability that return LocalNameMethods in org.opengis.filter.capability that return types with arguments of type LocalNameModifier and TypeMethodDescriptionCollection
<? extends LocalName> IdCapabilities.getResourceIdentifiers()
Declares the names of the properties used for resource identifiers. -
Uses of LocalName in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return types with arguments of type LocalNameModifier and TypeMethodDescriptiondefault Collection
<? extends LocalName> DataFile.getFeatureTypes()
Provides the list of feature types concerned by the transfer data file. -
Uses of LocalName in org.opengis.test
Methods in org.opengis.test with parameters of type LocalName -
Uses of LocalName in org.opengis.test.util
Methods in org.opengis.test.util with parameters of type LocalName -
Uses of LocalName in org.opengis.util
Subinterfaces of LocalName in org.opengis.utilModifier and TypeInterfaceDescriptioninterface
A name that references either an attribute slot in a record, an attribute, operation, or association role in an object instance or a type description in some schema.interface
A local name that references an object type is some schema.Methods in org.opengis.util that return LocalNameModifier and TypeMethodDescriptionNameFactory.createLocalName
(NameSpace scope, CharSequence name) Creates a local name from the given character sequence.RecordSchema.getSchemaName()
Deprecated.Returns the schema name.GenericName.head()
Returns the first element in the sequence of parsed names.default LocalName
LocalName.head()
Returnsthis
since this object is already a local name.ScopedName.head()
Returns the first element in the sequence of parsed names.GenericName.tip()
Returns the last element in the sequence of parsed names.default LocalName
LocalName.tip()
Returnsthis
since this object is already a local name.ScopedName.tip()
Returns the last element in the sequence of parsed names.Methods in org.opengis.util that return types with arguments of type LocalNameModifier and TypeMethodDescriptionGenericName.getParsedNames()
Returns the sequence of local names making this generic name.LocalName.getParsedNames()
Returns the sequence of local names.