|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.referencing.NamedIdentifier
org.geotools.referencing.Identifier
NamedIdentifier
.
An identification of a CRS object.
Field Summary |
Fields inherited from class org.geotools.referencing.NamedIdentifier |
AUTHORITY_PROPERTY, CODE_PROPERTY, REMARKS_PROPERTY, VERSION_PROPERTY |
Fields inherited from interface org.opengis.metadata.Identifier |
AUTHORITY_KEY, CODE_KEY, VERSION_KEY |
Constructor Summary | |
Identifier(org.opengis.metadata.citation.Citation authority,
org.opengis.util.InternationalString code)
Deprecated. Constructs an identifier from an authority and code informations. |
|
Identifier(org.opengis.metadata.citation.Citation authority,
java.lang.String code)
Deprecated. Constructs an identifier from an authority and code informations. |
|
Identifier(org.opengis.metadata.citation.Citation authority,
java.lang.String code,
java.lang.String version)
Deprecated. Constructs an identifier from an authority and code informations. |
|
Identifier(java.util.Map properties)
Deprecated. Constructs an identifier from a set of properties. |
Methods inherited from class org.geotools.referencing.NamedIdentifier |
asLocalName, asScopedName, compareTo, equals, getAuthority, getCode, getParsedNames, getRemarks, getScope, getVersion, hashCode, toInternationalString, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Identifier(java.util.Map properties) throws java.lang.IllegalArgumentException
public Identifier(org.opengis.metadata.citation.Citation authority, org.opengis.util.InternationalString code)
public Identifier(org.opengis.metadata.citation.Citation authority, java.lang.String code)
public Identifier(org.opengis.metadata.citation.Citation authority, java.lang.String code, java.lang.String version)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |