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 name space.DefaultMemberName
for identifying a member of a record.DefaultTypeName
for identifying an attribute type associated to a member.DefaultScopedName
for a composite of a head name and a tail name."org.opengis.util.Record"
), or they may be relative to a
scope (like "util.Record"
in the "org.opengis"
scope). In the following illustration,
each line is one possible construction for "org.apache.sis.util.iso"
.
For each construction, the first columns shows the name in a yellow background. The second and third columns show the
(head.tail) and
(path.tip)
pairs of attributes, respectively:
scope.name head.tail path.tip Type org.apache.sis.util.iso
org.apache.sis.util.iso
org.apache.sis.util.iso
Scoped name with global namespace org.apache.sis.util.iso
org.apache.sis.util.iso
org.apache.sis.util.iso
Scoped name org.apache.sis.util.iso
org.apache.sis.util.iso
org.apache.sis.util.iso
Scoped name org.apache.sis.util.iso
org.apache.sis.util.iso
org.apache.sis.util.iso
Scoped name org.apache.sis.util.iso
org.apache.sis.util.iso
org.apache.sis.util.iso
Local name
Defined in the sis-utility
module
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.