|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.geotools.referencing.wkt.Formattable
org.geotools.referencing.AbstractIdentifiedObject
org.geotools.referencing.operation.AbstractCoordinateOperation
org.geotools.referencing.operation.DefaultSingleOperation
org.geotools.referencing.operation.DefaultOperation
org.geotools.referencing.operation.DefaultConversion
org.geotools.referencing.operation.DefaultProjection
org.esa.beam.framework.dataop.projection.PseudoCylindricalProjection
public class PseudoCylindricalProjection
Base class for cylindrical map projections.
| Field Summary |
|---|
| Fields inherited from class org.geotools.referencing.operation.DefaultOperation |
|---|
method |
| Fields inherited from class org.geotools.referencing.operation.AbstractCoordinateOperation |
|---|
domainOfValidity, EMPTY_ACCURACY_ARRAY, sourceCRS, targetCRS, transform |
| Fields inherited from class org.geotools.referencing.AbstractIdentifiedObject |
|---|
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR |
| Fields inherited from class org.geotools.referencing.wkt.Formattable |
|---|
SINGLE_LINE |
| Fields inherited from interface org.opengis.referencing.operation.CoordinateOperation |
|---|
COORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEY |
| Fields inherited from interface org.opengis.referencing.IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Constructor Summary | |
|---|---|
PseudoCylindricalProjection(org.opengis.referencing.operation.Conversion conversion,
org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS,
org.opengis.referencing.operation.MathTransform transform)
Constructs a new projection with the same values than the specified one, together with the specified source and target CRS. |
|
PseudoCylindricalProjection(Map<String,?> properties,
org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS,
org.opengis.referencing.operation.MathTransform transform,
org.opengis.referencing.operation.OperationMethod method)
Constructs a projection from a set of properties. |
|
| Method Summary |
|---|
| Methods inherited from class org.geotools.referencing.operation.DefaultConversion |
|---|
create |
| Methods inherited from class org.geotools.referencing.operation.DefaultOperation |
|---|
create, equals, formatWKT, getMethod, getParameterValues, hashCode |
| Methods inherited from class org.geotools.referencing.operation.AbstractCoordinateOperation |
|---|
getAccuracy, getAccuracy, getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getOperationVersion, getPositionalAccuracy, getScope, getSourceCRS, getTargetCRS, getType, getValidArea |
| Methods inherited from class org.geotools.referencing.AbstractIdentifiedObject |
|---|
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatches |
| Methods inherited from class org.geotools.referencing.wkt.Formattable |
|---|
cleanupThreadLocals, toString, toWKT, toWKT, toWKT |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.opengis.referencing.operation.Conversion |
|---|
getOperationVersion, getSourceCRS, getTargetCRS |
| Methods inherited from interface org.opengis.referencing.operation.Operation |
|---|
getMethod, getParameterValues |
| Methods inherited from interface org.opengis.referencing.operation.CoordinateOperation |
|---|
getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScope |
| Methods inherited from interface org.opengis.referencing.IdentifiedObject |
|---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Constructor Detail |
|---|
public PseudoCylindricalProjection(org.opengis.referencing.operation.Conversion conversion,
org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS,
org.opengis.referencing.operation.MathTransform transform)
conversion - The defining conversion.sourceCRS - The source CRS.targetCRS - The target CRS.transform - Transform from positions in the source CRS
to positions in the target CRS.
public PseudoCylindricalProjection(Map<String,?> properties,
org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS,
org.opengis.referencing.operation.MathTransform transform,
org.opengis.referencing.operation.OperationMethod method)
AbstractCoordinateOperation constructor.
properties - Set of properties. Should contains at least "name".sourceCRS - The source CRS, or null if not available.targetCRS - The target CRS, or null if not available.transform - Transform from positions in the source coordinate
reference system to positions in the target
coordinate reference system.method - The operation method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||