org.opengis.util
package.See: Description
Class | Description |
---|---|
AbstractFactory |
Base class of factories provided in the Apache SIS library.
|
AbstractInternationalString | |
AbstractName |
Base class for sequence of identifiers rooted within the context of a namespace.
|
DefaultInternationalString |
An international string using a map of strings for different locales.
|
DefaultLocalName |
Identifier within a name space for a local object.
|
DefaultMemberName |
The name to identify a member of a record.
|
DefaultNameFactory |
A factory for creating
AbstractName objects. |
DefaultNameSpace |
A domain in which names given by character strings are defined.
|
DefaultRecordType |
An immutable definition of the type of a record.
|
DefaultScopedName | |
DefaultTypeName |
The name of an attribute type associated to a member name.
|
ResourceInternationalString |
An international string backed by a
ResourceBundle . |
SimpleInternationalString |
An international string consisting of a single string for all locales.
|
Types |
Static methods working on GeoAPI types and
CodeList values. |
org.opengis.util
package.
InternationalString
implementations are closely related to the <gmd:textGroup>
XML element found in ISO specifications. All other non-static types except the Factory
implementations are derived from the ISO 19103 specification.
The main content of this package are:
InternationalString
:
SimpleInternationalString
for wrapping a single String
;DefaultInternationalString
for providing many localizations in a Map
;ResourceInternationalString
for providing localizations from a ResourceBundle
.GenericName
:
DefaultLocalName
for identifier within a namespace.DefaultScopedName
for a composite of a head name and a tail name.DefaultMemberName
for identifying a member of a record.DefaultTypeName
for identifying an attribute type associated to a member.DefaultNameSpace
for identifying the domain in which above names are defined."org.opengis.util.Record"
), or they may be relative to a
scope (like "util.Record"
in the "org.opengis"
scope). The illustration below shows all possible constructions
for "org.opengis.util.Record"
:
org . opengis . util . Record scope()
getParsedNames()
Type head tail global {"org", "opengis", "util", "Record"}
ScopedName
path tip scope head tail "org"
{"opengis", "util", "Record"}
ScopedName
path tip scope head tail "org.opengis"
{"util", "Record"}
ScopedName
path tip scope head "org.opengis.util"
{"Record"}
LocalName
tip
Defined in the sis-utility module
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.