Uses of Interface
org.opengis.util.LocalName
-
Packages that use LocalName Package Description org.opengis.metadata.distribution Distribution information.org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.util Validators and test suites for theorg.opengis.util
package.org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of LocalName in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return types with arguments of type LocalName Modifier and Type Method Description java.util.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 Modifier and Type Method Description void
ValidatorContainer. validate(LocalName object)
Tests the conformance of the given object.static void
Validators. validate(LocalName object)
Tests the conformance of the given object. -
Uses of LocalName in org.opengis.test.util
Methods in org.opengis.test.util with parameters of type LocalName Modifier and Type Method Description void
NameValidator. validate(LocalName object)
Ensures that ISO 19103 or GeoAPI restrictions apply.Method parameters in org.opengis.test.util with type arguments of type LocalName Modifier and Type Method Description private void
NameValidator. validate(GenericName object, java.util.List<? extends LocalName> parsedNames)
Performs some tests that are common to all subclasses ofGenericName
. -
Uses of LocalName in org.opengis.util
Subinterfaces of LocalName in org.opengis.util Modifier and Type Interface Description interface
MemberName
The name to identify a member of a record.interface
TypeName
The name of an attribute type.Methods in org.opengis.util that return LocalName Modifier and Type Method Description LocalName
NameFactory. createLocalName(NameSpace scope, java.lang.CharSequence name)
Creates a local name from the given character sequence.LocalName
RecordSchema. getSchemaName()
Returns the schema name.LocalName
GenericName. head()
Returns the first element in the sequence of parsed names.LocalName
LocalName. head()
Returnsthis
since this object is already a local name.LocalName
ScopedName. head()
Returns the first element in the sequence of parsed names.LocalName
GenericName. tip()
Returns the last element in the sequence of parsed names.LocalName
LocalName. tip()
Returnsthis
since this object is already a local name.LocalName
ScopedName. tip()
Returns the last element in the sequence of parsed names.Methods in org.opengis.util that return types with arguments of type LocalName Modifier and Type Method Description java.util.List<? extends LocalName>
GenericName. getParsedNames()
Returns the sequence of local names making this generic name.java.util.List<? extends LocalName>
LocalName. getParsedNames()
Returns the sequence of local name.
-