| Modifier and Type | Method and Description |
|---|---|
static SRM_SRFS_Code |
SRM_SRFS_Code.getEnum(int item) |
SRM_SRFS_Code |
BaseSRF.getSRFSetCode()
Returns this SRF's Set code.
|
static SRM_SRFS_Code |
SRM_SRFS_Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_SRFS_Code[] |
SRM_SRFS_Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseSRF |
BaseSRF.createSRFSetMember(SRM_SRFS_Code srf_set,
SRM_SRFSM_Code set_member,
SRM_ORM_Code orm,
SRM_RT_Code rt)
Creates an SRF from a SRF set code, a set member code specific to
that set, and an ORM code.
|
protected SRM_SRFSM_Code |
BaseSRF_3D.getMemberCode(double[] src_coord,
SRM_ORM_Code orm_dst,
SRM_RT_Code rt_dst,
SRM_SRFS_Code tgt_srfs) |
BaseSRF_3D |
BaseSRF_3D.getNaturalSRFSetMember(Coord3D src_coord,
SRM_ORM_Code orm_dst,
SRM_RT_Code rt_dst,
SRM_SRFS_Code tgt_srfs)
Returns the natural SRF Set member instance that the 3D coordinate is
located in the target SRF Set.
|
BaseSRF_3D |
BaseSRF_WithEllipsoidalHeight.getNaturalSRFSetMember(CoordSurf src_coord,
SRM_ORM_Code orm_dst,
SRM_RT_Code rt_dst,
SRM_SRFS_Code tgt_srfs)
Computes the natural SRF Set member instance that the surface coordinate is
located in the target SRF Set.
|
SRM_SRFSM_Code |
BaseSRF_3D.getNaturalSRFSetMemberCode(Coord3D src_coord,
SRM_ORM_Code orm_dst,
SRM_RT_Code rt_dst,
SRM_SRFS_Code tgt_srfs)
Computes the natural SRF Set member code (region) where the 3D coordinate is
located in the target SRF Set.
|
SRM_SRFSM_Code |
BaseSRF_WithEllipsoidalHeight.getNaturalSRFSetMemberCode(CoordSurf src_coord,
SRM_ORM_Code orm_dst,
SRM_RT_Code rt_dst,
SRM_SRFS_Code tgt_srfs)
Computes the natural SRF Set member code (region) where the Surface coordinate is
located in the target SRF Set.
|
protected void |
BaseSRF.setSrfSetCode(SRM_SRFS_Code srfSetCode) |
Copyright © 2013 SEDRIS. All Rights Reserved.