Uses of Interface
org.opengis.util.GenericName
-
Packages that use GenericName Package Description org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions).org.opengis.referencing 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.utilpackage.org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of GenericName in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return types with arguments of type GenericName Modifier and Type Method Description java.util.Collection<? extends GenericName>FeatureCatalogueDescription. getFeatureTypes()Subset of feature types from cited feature catalogue occurring in dataset. -
Uses of GenericName in org.opengis.referencing
Methods in org.opengis.referencing that return types with arguments of type GenericName Modifier and Type Method Description java.util.Collection<GenericName>IdentifiedObject. getAlias()An alternative name by which this object is identified. -
Uses of GenericName in org.opengis.test
Methods in org.opengis.test with parameters of type GenericName Modifier and Type Method Description voidValidatorContainer. validate(GenericName object)Tests the conformance of the given object.static voidValidators. validate(GenericName object)Tests the conformance of the given object. -
Uses of GenericName in org.opengis.test.util
Methods in org.opengis.test.util with parameters of type GenericName Modifier and Type Method Description private NameSpaceNameTest. createNameSpace(GenericName name, java.lang.String headSeparator, java.lang.String separator)Creates a namespace having the given name and separator.voidNameValidator. dispatch(GenericName object)Dispatches toNameValidator.validate(LocalName)orNameValidator.validate(ScopedName).private voidNameValidator. validate(GenericName object, java.util.List<? extends LocalName> parsedNames)Performs some tests that are common to all subclasses ofGenericName. -
Uses of GenericName in org.opengis.util
Subinterfaces of GenericName in org.opengis.util Modifier and Type Interface Description interfaceLocalNameIdentifier within a name space for a local object.interfaceMemberNameThe name to identify a member of a record.interfaceScopedNameA composite of a local name (as head) for locating another name space, and a generic name (as tail) valid in that name space.interfaceTypeNameThe name of an attribute type.Methods in org.opengis.util that return GenericName Modifier and Type Method Description GenericNameNameFactory. createGenericName(NameSpace scope, java.lang.CharSequence... parsedNames)Creates a local or scoped name from an array of parsed names.GenericNameNameSpace. name()Represents the identifier of this namespace.GenericNameNameFactory. parseGenericName(NameSpace scope, java.lang.CharSequence name)Constructs a generic name from a qualified name.GenericNameScopedName. path()Returns every elements of the parsed names list except for the tip.GenericNameScopedName. tail()Returns every elements of the parsed names list except for the head.GenericNameGenericName. toFullyQualifiedName()Returns a view of this name as a fully-qualified name.Methods in org.opengis.util with parameters of type GenericName Modifier and Type Method Description NameSpaceNameFactory. createNameSpace(GenericName name, java.util.Map<java.lang.String,?> properties)Creates a namespace having the given name and separators.ScopedNameGenericName. push(GenericName scope)Returns this name expanded with the specified scope.
-