public class IlvMIFCoordinateSystemFactory extends Object
Constructor and Description |
---|
IlvMIFCoordinateSystemFactory()
Constructs a new projection manager.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
getCSFromMidMIF(int proj_type,
int datum,
double[] datumParam,
String unit,
double[] params)
Returns a Rogue Wave JViews coordinate system corresponding to a
MIF projection specification.
|
IlvCoordinateSystem |
getCSFromMidMIF(String name,
int proj_type,
int datum,
double[] datumParam,
String unit,
double[] params)
Returns a Rogue Wave JViews coordinate system corresponding to a
MIF projection specification.
|
IlvHorizontalDatum |
getDatum(int index)
Returns the datum corresponding to the specified index.
|
public IlvMIFCoordinateSystemFactory()
public IlvCoordinateSystem getCSFromMidMIF(int proj_type, int datum, double[] datumParam, String unit, double[] params) throws IlvBadProjectionParameter
proj_type
- The MIF projection index.datum
- The MIF datum index.datumParam
- The 4 or 9 datum parameters.unit
- The MIF unit, specified as a string.params
- The parameters from the MIF specification.IlvBadProjectionParameter
getCSFromMidMIF(String, int, int, double[], String, double[])
public IlvCoordinateSystem getCSFromMidMIF(String name, int proj_type, int datum, double[] datumParam, String unit, double[] params) throws IlvBadProjectionParameter
name
- name of the created coordinate systemproj_type
- The MIF projection index.datum
- The MIF datum index.datumParam
- The 4 or 9 datum parameters.unit
- The MIF unit, specified as a string.params
- The parameters from the MIF specification.IlvBadProjectionParameter
public IlvHorizontalDatum getDatum(int index)
index
- The index of the datum.null
if not found.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.