SAP ABAP Class CL_GEOMAPPER_GRIDSQUARES (GeoMapper for grid squares)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GEO (Application Component) Geographical Functions
⤷
SZGL (Package) R/3 Central Basis Development: Geo Locations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GEOMAPPER | Interface for all GeoMapper GeoLoc<->bel. attributes | 19990512 |
Properties
| Class | CL_GEOMAPPER_GRIDSQUARES | |
| Short Description | GeoMapper for grid squares | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SZGL | R/3 Central Basis Development: Geo Locations |
| Created | 19990512 | SAP |
| Last change | 19990519 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GEOMAPPER_GRIDSQUARES has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GEOMAPPER | Interface for all GeoMapper GeoLoc<->bel. attributes | 19990512 |
Friends
Class CL_GEOMAPPER_GRIDSQUARES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 1000 | Grid square X resolution | 19990803 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 230 | Y resolution, greatest value | 19990806 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | -230 | Y resolution, smallest value | 19990806 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 500 | Grid square Y resolution | 19990803 | ||
| 5 | Constant | Public | Type reference (TYPE) | GEOLAT | '180.0' | Maximum latitude | 19990803 | ||
| 6 | Constant | Public | Type reference (TYPE) | GEOLAT | '90.0' | 90 degrees | 19990810 | ||
| 7 | Constant | Public | Type reference (TYPE) | GEOLAT | '-90.0' | -90 degrees | 19990810 | ||
| 8 | Constant | Public | Type reference (TYPE) | GEOLON | '0.0' | Minimum longitude | 19990810 | ||
| 9 | Constant | Public | Type reference (TYPE) | GEOLON | '360.0' | Maximum longitude | 19990803 | ||
| 10 | Instance attribute | Protected | See coding | Internal mapper entries table | 19990729 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets grid squares affected by a square | 19990730 | |
| 2 | Instance method | Protected | Method | Gets grid squares for Geo coordinates | 19990803 | |
| 3 | Instance method | Public | Method | Gets keys of objects in grid squares | 19990809 | |
| 4 | Instance method | Public | Method | Normalizes lon to [0..360[, lat to [0..180[ | 19990803 |
Events
Class CL_GEOMAPPER_GRIDSQUARES has no event.
Types
Class CL_GEOMAPPER_GRIDSQUARES has no local type.
Method Signatures
Method GET_AFFECTED_GRIDSQUARES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NORTHEASTCORNER | Call by reference | Object reference (TYPE REF TO) | CL_GEOLOC | Zweite Ecke des Rechtecks | 19990803 | |||
| 2 | SOUTHWESTCORNER | Call by reference | Object reference (TYPE REF TO) | CL_GEOLOC | Erste Ecke des Rechtecks | 19990803 | |||
| 3 | TAB_COMPLETE_OVERLAP | Call by reference | Type reference (TYPE) | TGEOGRDSQR | Vollständig enthaltene Planquadrate | 19990730 | |||
| 4 | TAB_PARTIAL_OVERLAP | Call by reference | Type reference (TYPE) | TGEOGRDSQR | Teilweise enthaltene Planquadrate | 19990730 |
Method GET_AFFECTED_GRIDSQUARES on class CL_GEOMAPPER_GRIDSQUARES has no exception.
Method GET_CORRESPONDING_GRIDSQUARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRIDSQRX | Call by reference | Type reference (TYPE) | I | Planquadrat X | 19990803 | |||
| 2 | GRIDSQRY | Call by reference | Type reference (TYPE) | I | Planquadrat Y | 19990803 | |||
| 3 | LATITUDE | Call by reference | Type reference (TYPE) | GEOLAT | Breitengrad | 19990803 | |||
| 4 | LONGITUDE | Call by reference | Type reference (TYPE) | GEOLON | Längengrad | 19990803 |
Method GET_CORRESPONDING_GRIDSQUARE on class CL_GEOMAPPER_GRIDSQUARES has no exception.
Method GET_OBJKEYS_IN_GRIDSQUARES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRIDSQUARES | Call by reference | Type reference (TYPE) | TGEOGRDSQR | Planquadrate, in denen gesucht werden soll | 19990809 | |||
| 2 | OBJLIST | Call by reference | Type reference (TYPE) | TGEOMAPPER0 | Liste mit Objekten | 19990809 | |||
| 3 | OBJTYPE | Call by reference | Type reference (TYPE) | SWO_OBJTYP | zu selektierender Objekttyp | 19990809 |
Method GET_OBJKEYS_IN_GRIDSQUARES on class CL_GEOMAPPER_GRIDSQUARES has no exception.
Method NORMALIZE_COORDINATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LATITUDE | Call by reference | Type reference (TYPE) | GEOLAT | Breitengrad | 19990803 | |||
| 2 | LONGITUDE | Call by reference | Type reference (TYPE) | GEOLON | Längengrad | 19990803 | |||
| 3 | NORM_LATITUDE | Call by reference | Type reference (TYPE) | GEOLAT | Breitengrad normalisiert | 19990803 | |||
| 4 | NORM_LONGITUDE | Call by reference | Type reference (TYPE) | GEOLON | Längengrad normalisiert | 19990803 |
Method NORMALIZE_COORDINATES on class CL_GEOMAPPER_GRIDSQUARES has no exception.
History
| Last changed by/on | SAP | 19990519 |
| SAP Release Created in |