Package | Description |
---|---|
org.apache.sis.metadata.iso.citation |
Reference to the data or service (citation, responsible party, contact information).
|
org.apache.sis.xml |
Provides methods for marshalling and unmarshalling SIS objects in XML.
|
Modifier and Type | Field and Description |
---|---|
static IdentifierSpace<Integer> |
Citations.EPSG
The European Petroleum Survey Group authority.
|
static IdentifierSpace<String> |
Citations.ISBN
International Standard Book Number (ISBN) defined by ISO-2108.
|
static IdentifierSpace<String> |
Citations.ISSN
International Standard Serial Number (ISSN) defined by ISO-3297.
|
static IdentifierSpace<String> |
Citations.PROJ4
The Proj.4 project.
|
Modifier and Type | Field and Description |
---|---|
static IdentifierSpace<URI> |
IdentifierSpace.HREF
An optional attribute for URN to an external resources, or to an other part of a XML
document, or an identifier.
|
static IdentifierSpace<String> |
IdentifierSpace.ID
A standard GML attribute available on every object-with-identity.
|
static IdentifierSpace<UUID> |
IdentifierSpace.UUID
An optional attribute available on every object-with-identity provided in the GMD schemas
that implement ISO 19115 in XML.
|
static IdentifierSpace<XLink> |
IdentifierSpace.XLINK
Any XML attributes defined by OGC in the
xlink schema.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
IdentifierMap.getSpecialized(IdentifierSpace<T> authority)
Returns the identifier associated to the given namespace,
or
null if this map contains no mapping of the
specialized type for the namespace. |
<T> T |
IdentifierMap.putSpecialized(IdentifierSpace<T> authority,
T value)
Associates the given identifier with the given namespace in this map
(optional operation).
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.