org.geotoolkit.metadata.fra
Class FRA_IndirectReferenceSystem

Object
  extended by ReferenceSystemMetadata
      extended by FRA_IndirectReferenceSystem
All Implemented Interfaces:
Serializable, IdentifiedObject, ReferenceSystem

@ThreadSafe
public class FRA_IndirectReferenceSystem
extends ReferenceSystemMetadata

AFNOR extension to ISO ReferenceSystem. The following schema fragment specifies the expected content contained within this class.

<complexType name="FRA_IndirectReferenceSystem_Type">
  <complexContent>
    <extension base="{http://www.isotc211.org/2005/gmd}MD_ReferenceSystem_Type">
    </extension>
  </complexContent>
</complexType>

Since:
3.00
Version:
3.00
Author:
Cédric Briançon (Geomatys), Guilhem Legal (Geomatys)
See Also:
Serialized Form
Module:
metadata/geotk-metadata-fra (download)    View source code for this class

Field Summary
 
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Constructor Summary
FRA_IndirectReferenceSystem(Citation authority, String codespace, String code)
          Creates a new reference system from the specified code and authority.
FRA_IndirectReferenceSystem(ReferenceIdentifier identifier)
          Creates a new reference system from the given code.
FRA_IndirectReferenceSystem(ReferenceSystem crs)
          Creates a new reference system from the given one.
 
Method Summary
 
Methods inherited from class ReferenceSystemMetadata
equals, getAlias, getDomainOfValidity, getIdentifiers, getName, getRemarks, getScope, hashCode, toString, toString, toWKT
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FRA_IndirectReferenceSystem

public FRA_IndirectReferenceSystem(ReferenceSystem crs)
Creates a new reference system from the given one.

Parameters:
crs - The reference system to partially copy.

FRA_IndirectReferenceSystem

public FRA_IndirectReferenceSystem(ReferenceIdentifier identifier)
Creates a new reference system from the given code.

Parameters:
identifier - The reference system identifier.

FRA_IndirectReferenceSystem

public FRA_IndirectReferenceSystem(Citation authority,
                                   String codespace,
                                   String code)
Creates a new reference system from the specified code and authority.

Parameters:
authority - Organization or party responsible for definition and maintenance of the code space or code.
codespace - Name or identifier of the person or organization responsible for namespace. This is often an abbreviation of the authority name.
code - Identifier code or name, optionally from a controlled list or pattern defined by a code space.


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.