Class IndirectReferenceSystem
java.lang.Object
org.apache.sis.internal.simple.SimpleIdentifiedObject
org.apache.sis.internal.jaxb.metadata.replace.ReferenceSystemMetadata
org.apache.sis.internal.profile.fra.IndirectReferenceSystem
- All Implemented Interfaces:
Serializable
,LenientComparable
,org.opengis.referencing.IdentifiedObject
,org.opengis.referencing.ReferenceSystem
AFNOR extension to ISO
ReferenceSystem
.
The following schema fragment specifies the expected content contained within this class.
- Since:
- 0.4
- Version:
- 0.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
For serialization purpose.Fields inherited from class org.apache.sis.internal.simple.SimpleIdentifiedObject
name
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Fields inherited from interface org.opengis.referencing.ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Empty constructor for JAXB.IndirectReferenceSystem
(org.opengis.referencing.ReferenceIdentifier identifier) Creates a new reference system from the given code.IndirectReferenceSystem
(org.opengis.referencing.ReferenceSystem crs) Creates a new reference system from the given one. -
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(Object object, ComparisonMode mode) Compares this object with the given one for equality.Methods inherited from class org.apache.sis.internal.jaxb.metadata.replace.ReferenceSystemMetadata
getName, setName
Methods inherited from class org.apache.sis.internal.simple.SimpleIdentifiedObject
equals, getAlias, getDomainOfValidity, getIdentifiers, getRemarks, getScope, hashCode, toString, toWKT
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getRemarks, toWKT
Methods inherited from interface org.opengis.referencing.ReferenceSystem
getDomainOfValidity, getScope
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization purpose.- See Also:
-
-
Constructor Details
-
IndirectReferenceSystem
private IndirectReferenceSystem()Empty constructor for JAXB. -
IndirectReferenceSystem
public IndirectReferenceSystem(org.opengis.referencing.ReferenceSystem crs) Creates a new reference system from the given one.- Parameters:
crs
- the reference system to partially copy.
-
IndirectReferenceSystem
public IndirectReferenceSystem(org.opengis.referencing.ReferenceIdentifier identifier) Creates a new reference system from the given code.- Parameters:
identifier
- the reference system identifier.
-
-
Method Details
-
equals
Compares this object with the given one for equality.- Specified by:
equals
in interfaceLenientComparable
- Overrides:
equals
in classReferenceSystemMetadata
- Parameters:
object
- the object to compare with this reference system.mode
- the strictness level of the comparison.- Returns:
true
if both objects are equal.- See Also:
-