Package org.apache.sis.referencing.crs
Class DefaultDerivedCRS.Parametric
java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.AbstractIdentifiedObject
org.apache.sis.referencing.AbstractReferenceSystem
org.apache.sis.referencing.crs.AbstractCRS
org.apache.sis.referencing.crs.AbstractDerivedCRS<org.opengis.referencing.operation.Conversion>
org.apache.sis.referencing.crs.DefaultDerivedCRS
org.apache.sis.referencing.crs.DefaultDerivedCRS.Parametric
- All Implemented Interfaces:
Serializable,Formattable,ParametricCRS,Deprecable,LenientComparable,org.opengis.referencing.crs.CoordinateReferenceSystem,org.opengis.referencing.crs.DerivedCRS,org.opengis.referencing.crs.GeneralDerivedCRS,org.opengis.referencing.crs.SingleCRS,org.opengis.referencing.IdentifiedObject,org.opengis.referencing.ReferenceSystem
- Enclosing class:
- DefaultDerivedCRS
private static final class DefaultDerivedCRS.Parametric
extends DefaultDerivedCRS
implements ParametricCRS
A derived parametric CRS.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longFor cross-version compatibility.Fields inherited from class org.apache.sis.referencing.AbstractIdentifiedObject
DEPRECATED_KEY, LOCALE_KEYFields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface org.opengis.referencing.ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY -
Constructor Summary
ConstructorsConstructorDescriptionParametric(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.crs.CoordinateReferenceSystem interpolationCRS, org.opengis.referencing.operation.OperationMethod method, org.opengis.referencing.operation.MathTransform baseToDerived, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties.Parametric(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.operation.Conversion conversion, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties.Parametric(org.opengis.referencing.crs.DerivedCRS other) Creates a copy of the given CRS. -
Method Summary
Modifier and TypeMethodDescription(package private) AbstractCRScreateSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.Returns the coordinate system given at construction time.getDatum()Returns the datum of the base parametric CRS.(package private) SC_DerivedCRSTypegetType()Returns the GML code for this derived CRS type.(package private) StringReturns the WKT keyword for this derived CRS type.Methods inherited from class org.apache.sis.referencing.crs.DefaultDerivedCRS
castOrCopy, computeHashCode, create, create, equals, forConvention, formatTo, getBaseCRS, getConversionFromBase, getConversionType, getInterface, getTypeMethods inherited from class org.apache.sis.referencing.crs.AbstractDerivedCRS
setBaseCRSMethods inherited from class org.apache.sis.referencing.crs.AbstractCRS
castOrCopy, formatCS, getCached, getCoordinateSystem, isBaseCRS, setCached, setCoordinateSystemMethods inherited from class org.apache.sis.referencing.AbstractReferenceSystem
getDomainOfValidity, getScopeMethods inherited from class org.apache.sis.referencing.AbstractIdentifiedObject
castOrCopy, equals, formatTo, getAlias, getDescription, getIdentifiers, getName, getRemarks, hashCode, isDeprecated, isHeuristicMatchForNameMethods inherited from class org.apache.sis.io.wkt.FormattableObject
print, toString, toString, toWKTMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKTMethods inherited from interface org.opengis.referencing.ReferenceSystem
getDomainOfValidity, getScope
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor cross-version compatibility.- See Also:
-
-
Constructor Details
-
Parametric
Parametric(org.opengis.referencing.crs.DerivedCRS other) Creates a copy of the given CRS. -
Parametric
Parametric(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.operation.Conversion conversion, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties. -
Parametric
Parametric(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.crs.CoordinateReferenceSystem interpolationCRS, org.opengis.referencing.operation.OperationMethod method, org.opengis.referencing.operation.MathTransform baseToDerived, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties.
-
-
Method Details
-
getDatum
Returns the datum of the base parametric CRS.- Specified by:
getDatumin interfaceorg.opengis.referencing.crs.SingleCRS- Overrides:
getDatumin classDefaultDerivedCRS- Returns:
- the datum of the base CRS.
-
getCoordinateSystem
Returns the coordinate system given at construction time.- Specified by:
getCoordinateSystemin interfaceorg.opengis.referencing.crs.CoordinateReferenceSystem- Specified by:
getCoordinateSystemin interfaceorg.opengis.referencing.crs.SingleCRS- Overrides:
getCoordinateSystemin classDefaultDerivedCRS- Returns:
- the coordinate system.
-
createSameType
AbstractCRS createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.- Overrides:
createSameTypein classDefaultDerivedCRS
-
keyword
Returns the WKT keyword for this derived CRS type.- Overrides:
keywordin classDefaultDerivedCRS
-
getType
SC_DerivedCRSType getType()Returns the GML code for this derived CRS type.- Overrides:
getTypein classDefaultDerivedCRS
-