| Modifier and Type | Method and Description |
|---|---|
static SRM_Interval_Type |
SRM_Interval_Type.getEnum(int item) |
static SRM_Interval_Type |
SRM_Interval_Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_Interval_Type[] |
SRM_Interval_Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSRF_MapProjection.setExtendedValidGeodeticRegion(int component,
SRM_Interval_Type type,
double extended_lower,
double lower,
double upper,
double extended_upper)
Set the Extended Valid Geodetic Region for this SRF.
|
void |
BaseSRF_3D.setExtendedValidRegion(int component,
SRM_Interval_Type type,
double extended_lower,
double lower,
double upper,
double extended_upper)
Set the Extended Valid Region for this SRF.
|
void |
BaseSRF_MapProjection.setValidGeodeticRegion(int component,
SRM_Interval_Type type,
double lower,
double upper)
Set the Valid Region for this SRF in geodetic coordinates (lon/lat).
|
void |
BaseSRF_3D.setValidRegion(int component,
SRM_Interval_Type type,
double lower,
double upper)
Set the Valid Region for this SRF.
|
Copyright © 2013 SEDRIS. All Rights Reserved.