SpatialDataView.h File Reference

#include "PerspectiveView.h"
#include "ConfigurationSettings.h"
#include "DataVariantValidator.h"
#include "EnumWrapper.h"
#include "TypesFile.h"
#include <vector>

Go to the source code of this file.

Classes

class  SpatialDataView
 A view to display layers. More...

Typedefs

typedef EnumWrapper
< PanLimitTypeEnum
PanLimitType

Enumerations

enum  PanLimitTypeEnum { NO_LIMIT = 0, CUBE_EXTENTS, MAX_EXTENTS }


Typedef Documentation

typedef EnumWrapper<PanLimitTypeEnum> PanLimitType

The EnumWrapper contains a given enum value and provides a isValid() method which returns true if the contained enum value is valid.

Please see How To Use EnumWrapper for more information. The wrapped enum values are PanLimitTypeEnum.

Definition at line 41 of file SpatialDataView.h.


Enumeration Type Documentation

Specifies the panning range limit for the spatial data view.

Enumerator:
NO_LIMIT  The panning range is not limited.
CUBE_EXTENTS  The panning range is limited to the extents of the primary raster layer.
MAX_EXTENTS  The panning range is limited to the extents of all displayed layers.

Definition at line 31 of file SpatialDataView.h.


Software Development Kit - Opticks 4.9.0 Build 16218