org.geotoolkit.metadata.fra
Class FRA_DirectReferenceSystem
Object
ReferenceSystemMetadata
FRA_DirectReferenceSystem
- All Implemented Interfaces:
- Serializable, IdentifiedObject, ReferenceSystem
@ThreadSafe
public class FRA_DirectReferenceSystem
- extends ReferenceSystemMetadata
AFNOR extension to ISO ReferenceSystem.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FRA_DirectReferenceSystem_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:
| Methods inherited from class ReferenceSystemMetadata |
equals, getAlias, getDomainOfValidity, getIdentifiers, getName, getRemarks, getScope, hashCode, toString, toString, toWKT |
FRA_DirectReferenceSystem
public FRA_DirectReferenceSystem(ReferenceSystem crs)
- Creates a new reference system from the given one.
- Parameters:
crs - The reference system to partially copy.
FRA_DirectReferenceSystem
public FRA_DirectReferenceSystem(ReferenceIdentifier identifier)
- Creates a new reference system from the given code.
- Parameters:
identifier - The reference system identifier.
FRA_DirectReferenceSystem
public FRA_DirectReferenceSystem(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.