▼NLuciad | The LuciadCPillar API |
▼NAnimations | Animations API |
▼CAnimationManager | Class that starts, updates and stops IAnimation objects that are assigned to it |
COngoingAnimation | This struct represents an animation that has been started in AnimationManager and has not been stopped yet |
CIAnimation | An animation that can be added to AnimationManager |
▼NCameras | Camera API |
▼CCamera | A camera transforms points from the map reference to view coordinates (device independent pixel coordinates) |
CLook | Structure describing the position and orientation of the camera |
CLook2D | Structure describing the position of the camera for an orthographic top-down view |
CLookAt | Structure to orient a camera based on a specific target point |
CLookFrom | Structure describing the position and orientation of the camera |
▼COrthographicCamera | A camera that uses an orthographic (or parallel) projection |
CBuilder | Factory object that can create new OrthographicCamera instances |
▼CPerspectiveCamera | A camera that uses an perspective projection |
CBuilder | Factory object that can create new PerspectiveCamera instances |
▼NCartesian | Basic constructs of Cartesian geometry |
CAngle | An angle on a mathematical circle: degrees, counter-clockwise from right/X-axis |
CAzimuth | An azimuth: degrees, clockwise from north/up/Y-axis |
CCoordinate | A "POD" for a 3D coordinate |
CRectangle | A "POD" for a 2D rectangle |
▼NConcurrent | Utility classes for handling concurrent access |
CCancellationToken | This class contains information on whether an operation has been canceled |
CICancellableTask | A task that can be canceled |
CITask | Interface for a class that represents a task to be executed |
CITaskScheduler | Interface for a class that can schedule tasks |
▼NContainers | Basic container utilities |
CByteBuffer | Represents an implicitly shared buffer of bytes, ie |
CDataEntity | Represents a blob of data |
CPriority | Priority class that can be used in all kinds of classes |
▼NControllers | Provides interaction with the data presented on a Map |
CHoverEventHandler | Handler that translates hover gesture events to a hovering operation |
CIController | An IController implementation interprets received events and triggers an action on the map |
CISelectionCandidateCallback | This callback needs to be called to let ISelectionCandidateChooser know which (subset of) features should be selected |
CISelectionCandidateChooser | A selection candidate handler has the responsibility to show candidates for selection and let a user choose which feature(s) they want to select |
CPanEventHandler | Basic gesture handler dedicated to translate drag gesture events to a pan operation |
CRotateEventHandler | Handler that translates drag gesture events to a rotate operation |
CSelectEventHandler | Handler that translates click gesture events to a select operation |
CZoomEventHandler | Handler that translates scroll or click gesture events to a zoom operation |
▼NCreate | Supports interactive creation of Features on the Map |
▼NFeatures | Creating features |
CFeatureCreateContext | This class provides context information for feature creation |
CFeatureCreator | This class can create feature instances, based on a geometry |
CIFeatureCreateCallback | A callback interface that can signal that a feature was changed in the context of creation |
CIFeatureCreator | A feature creator can create feature instances, based on input events |
▼NGeometries | Creating geometries for features |
CIGeometryCreateCallback | A callback interface that can signal that a geometry was changed in the context of creation |
CIGeometryCreator | A geometry creator can create geometry instances, based on input events |
CPatchCreator | This class can create patch instances, based on other created geometries |
CPointCreator | This class can create point instances |
CPolylineCreator | This class can create polyline instances |
CPolylineRingCreator | This class can create (2D) polyline ring instances |
▼CCreator | This class allows you to interactively create Features on the Map |
CBuilder | Builder for the Creator class |
CICreatorObserver | This observer is called when a feature was created and added to the layer by the Creator class, or when creation failed |
▼NDatamodels | This package provides an API to describe domain objects in a unified way |
CDataAnnotation | Application-specific metadata that can be added to parts of a data model |
▼CDataModel | A data model is a collection of types that forms a logical entity |
CBuilder | Builder that allows DataModel instances to be created |
▼CDataProperty | Represents a property of a DataType |
CBuilder | Builder that allows DataProperty instances to be created |
▼CDataPropertyPath | Describes the path to a DataProperty in a DataType |
CBuilder | Builder that allows DataPropertyPath instances to be created |
▼CDataType | A representation of the type of a data object |
CBuilder | Builder that allows DataType instances to be created |
CGeometryDataAnnotation | DataAnnotation that is added on a DataType to define which property path contains the main geometry |
CIDataAnnotationFactory | Factory that can create a DataAnnotation based on a complete DataType |
▼NDrawing | Drawing-related concepts like Icons, Color, Image, .. |
CIconPainterContext | Contains context information for painting the icon |
CIIcon | Represents an icon, that can for example be used when painting point data or labels |
CIIconPainter | An icon painter can paint an icon as an Image |
CImage | An image with a width, height and pixel data in a specified pixel format |
▼CImageIcon | Helper class for loading JPEG or PNG files |
CBuilder | Builder which takes images as input to create an IIcon |
CRelativePosition | Describes a position relative to an anchor, with a rotation, alignment and offset |
▼NEdit | Supports interactive editing of Features on the Map |
▼NFeatures | Editing features |
CCompositeFeatureHandlesProvider | A composite implementation of IFeatureHandlesProvider |
CFeatureEditCandidateEvent | This event provides information about the addition or removal of edit candidates |
CFeatureEditConfigurationBuilder | This builder can be used to configure editing for a layer |
CFeatureEditContext | FeatureEditContext provides context information for the feature that is being edited |
▼CFeatureHandlesProvider | Default handles provider for features |
CIHandleFactory | Allows you to specify the translate handle that is used by this handles provider |
CFeatureStateEditCandidateProvider | This IFeatureEditCandidateProvider uses enabled FeatureStates to determine editing candidates |
CIFeatureEditCallback | A callback interface that can signal that a Feature was edited |
CIFeatureEditCandidateObserver | Observer that notifies of edit candidate changes |
CIFeatureEditCandidateProvider | An edit candidate provider determines which Features are considered for editing |
CIFeatureEditConfiguration | Allows you to configure the editing behavior for a feature layer |
CIFeatureHandlesProvider | This class can provide edit handles for a given Feature |
▼NGeometries | Editing geometries |
CCompositeGeometryHandlesProvider | A composite implementation of IGeometryHandlesProvider |
CIGeometryEditCallback | A callback interface that can signal that a geometry was edited |
CIGeometryHandlesProvider | This class can provide edit handles for a given Geometry |
CPatchHandlesProvider | This handles provider can be used to provider edit handles for a Patch geometry |
▼CPointHandlesProvider | This handles provider can create handles to edit Point geometries |
CIHandleFactory | Allows you to specify which handles are created by this handles provider |
CPolygonHandlesProvider | This handles provider can create handles to edit Polygon geometries |
▼CPolylineHandlesProvider | This provider can create handles to edit Polyline geometries |
CIHandleFactory | Allows you to specify which handles are used by this handles provider |
▼CPolylineRingHandlesProvider | This handles provider can create handles to edit PolylineRing geometries |
CIHandleFactory | Allows you to specify which handles are used by this handles provider |
▼NHandles | Edit handles |
CEditActionBinder | This class allows you to specify more options or requirements for actions that can be executed by handles, such as the mouse buttons that users need to click for the action to be executed, or the mouse cursor that is displayed when interacting with the handle |
CEditHandlesEvent | Event that indicates that the collection of edit handles has changed |
CIEditHandle | An edit handle is a visual element on the Map that can react to events to perform an edit operation |
CIEditHandles | Represents a collection of handles that determine how an edited object, a Feature or a Geometry for example, can be modified |
CIEditHandlesObserver | An observer that allows you to receive change events from an IEditHandles when the collection of handles changes |
CIPointEditAction | Abstraction of an action that is executed based on a Point |
CITranslateEditAction | A translate action performs a translation of a geometry or feature |
▼CPointEditHandle | This handle represents a Point on the Map and can be visualized using an icon |
CIVisualAidProvider | This interface allows to calculate a visual aid line based on the location of the handle |
CTranslateEditHandle | This handle allows you to translate a feature by translating its geometry using ITranslateEditAction |
▼CEditor | This class allows you to interactively edit Features on the Map |
CBuilder | Builder for the Editor class |
CEditSettings | This class contains settings that can be used as defaults for IFeatureHandlesProvider and IGeometryHandlesProvider implementations |
▼NExpressions | Support for creating expressions over an abstract object model |
CExpression | An expression is an opaque object whose evaluation returns a value |
CExpressionFactory | Class containing static factory methods to create different types of expressions and conditions |
CExpressionValue | Value object to store the value of an Expression and its DataType |
CIExpressionVisitor | Expression visitor interface that allows traversal of an Expression or a Condition |
▼NFormats | Support for accessing data in various formats |
▼NDted | Support for accessing DTED data |
▼CDtedModelDecoder | This class can be used to create an IRasterModel implementation that can read DTED (Digital Terrain Elevation Data) |
▼COptions | Options for decoding DTED |
CBuilder | Builder for the DTED model decoder options |
▼NGdal | Support for accessing data formats through the GDAL library |
CGdalModelDecoder | This class is a factory that provides new instances of a Model that are decoded using the GDAL library |
▼NGeopackage | Support for accessing OGC GeoPackage data |
▼CGeoPackageDataSource | Describes a data source for GeoPackage |
CBuilder | Builder for creating GeoPackageDataSource |
▼CGeoPackageFeatureModelCreateOptions | Options for creating a new GeoPackage IFeatureModel in a GeoPackage file using the GeoPackage Encoder |
CBuilder | Builder for the GeoPackage model create options |
▼CGeoPackageFeatureModelExportOptions | Options for exporting a IFeatureModel to a GeoPackage file using the GeoPackage Encoder |
CBuilder | Builder for the GeoPackage model encoding export options |
CGeoPackageModelDecoder | This class is a factory that provides new instances of a Model |
▼CGeoPackageModelDecoderOptions | Options for decoding GeoPackage data |
CBuilder | Builder for the GeoPackage decoder options |
CGeoPackageModelEncoder | The GeoPackageModelEncoder allows for exporting existing feature models as well as creating entirely new GeoPackage feature models |
CGeoPackageTableMetadata | Provides information about a GeoPackage table |
▼NHspc | Support for accessing Hexagon Smart Point Cloud data |
▼CHspcModelDecoder | This class can be used to create an ITileSet3DModel implementation that can read Hexagon Smart Point Cloud (HSPC) data |
▼COptions | Options for decoding HSPC data |
CBuilder | Builder for the HSPC options |
▼NMbTiles | Support for accessing MBTiles data |
CMbTilesModelDecoder | A model decoder for MBTiles data |
▼CMbTilesModelDecoderOptions | Options for decoding MBTiles data |
CBuilder | Builder for the MBTiles options |
▼NOgc3DTiles | Support for accessing OGC 3D Tiles data |
▼COgc3DTilesModelDecoder | This class can be used to create an ITileSet3DModel implementation that can read OGC 3D Tiles data |
▼COptions | Options for decoding OGC 3D Tiles data |
CBuilder | Builder for the OGC 3D Tiles options |
▼NWms | Support for accessing OGC Web Map Services |
CWmsCapabilities | Encapsulates the capabilities of a WMS source |
▼CWmsDataSource | Data source representation for a WMS, with one or more layers |
CBuilder | A builder to create WmsDataSource instances |
CLayer | Represents a WMS layer with an optional style |
CWmsLayer | Contains information about a layer as described in a WMS GetCapabilities response |
CWmsLayerStyle | Contains information about a layer style as described in a WMS GetCapabilities response |
CWmsModelDecoder | Creates an IRasterModel that connects to a WMS service |
▼CWmsModelDecoderOptions | Options for decoding WMS data |
CBuilder | Builder for the WMS options |
▼NWmts | Support for accessing OGC Web Map Tile Services |
CWmtsBoundingBox | Contains information about a bounding box as described in a WMTS GetCapabilities request |
CWmtsCapabilities | Encapsulates the capabilities of a WMTS source |
▼CWmtsDataSource | Describes a WMTS data source and how to access it |
CBuilder | Builder for creating WmtsDataSource |
CWmtsLayer | Contains information about a layer as described in a WMTS GetCapabilities request |
CWmtsLayerStyle | Contains information about the layer style as described in a WMTS GetCapabilities request |
CWmtsModelDecoder | This class can be used to create an IRasterModel implementation that can read WMTS tiles |
▼CWmtsModelDecoderOptions | Options for decoding WMTS data |
CBuilder | Builder for the WMTS options |
▼NGeodesy | Coordinate references and geodesy calculations |
CCoordinateReference | Represents a coordinate reference |
CCoordinateReferenceProvider | Factory to create coordinate references from EPSG and OGC identifiers |
CGeodesyCalculations | Provides geodesy calculations |
CTransformation | Provides transformations between a source and a target coordinate reference |
▼NGeometries | Everything related to representing geometries |
▼NConstraints | Geometry constraints |
CIPointConstraint | A constraint on Point editing |
CIPolylineConstraint | A constraint on Polyline editing |
CIPolylineRingConstraint | A constraint on PolylineRing |
CPointChange | Describes a change that was made to a Point geometry |
CPolylineChange | Describes a change that was made to a Polyline geometry |
▼NObservable | Observe geometries and get notified when they change |
CObservableBezierCurveUtil | This class provides utility methods for Observable instances of BezierCurve |
CObservableCircleByCenterPointUtil | This class provides utility methods for Observable instance for CircleByCenterPoint |
CObservableEllipseUtil | This class provides utility methods for Observable instance for Ellipse |
CObservableGeometryUtil | This class provides utility methods for Observable instance for Geometry |
CObservablePatchUtil | This class provides utility methods for Observable instance for Patch |
CObservablePolygonUtil | This class provides utility methods for Observable instance for Polygon |
CObservablePolylineRingUtil | This class provides utility methods for Observable instance for PolylineRing |
CObservablePolylineUtil | This class provides utility methods for Observable instance for Polyline |
CArcBand | Represents an arc band |
CBezierCurve | Represents a BezierCurve |
CBounds | Represents a bounds |
CCircleBy3Points | A circle that is defined by a start point, a first intermediate point, and a second intermediate point on the circle |
CCircleByCenterPoint | Represents a circle defined by a center point and a radius |
CCircularArcBy3Points | A circular arc that is defined by a start point, end point, and a third point on the arc |
CCircularArcByBulge | A circular arc defined by a start point, end point and a bulge factor |
CCircularArcByCenterPoint | Represents a circular arc defined by a center point, radius, start angle, end angle, and angle direction |
CCompositeCurve | Represents a composite curve |
CCompositePatch | Represents a composite patch |
CCompositeRing | Represents a composite ring |
CCurve | 1-dimensional geometric primitive, representing the continuous image of a line |
CEllipse | Represents an ellipse |
CEllipticalArc | Represents an elliptical arc |
CExtrudedGeometry | Represents an extruded geometry |
CGeometry | Geometry is the root class of the hierarchy |
CGeometryFactory | Factory to create geometries defined within a coordinate reference |
CLine | Represents a line |
CMultiGeometry | Collection of one or more geometries |
CPatch | A patch is a surface based on a single ring, thus not having any holes |
CPoint | Represents a point |
CPolygon | Represents a polygon |
CPolyline | Represents a polyline |
CPolylineRing | Represents a polyline that is closed, i.e., the first point and the last point coincide |
CRing | A ring is a curve that is closed |
CSurface | 2-dimensional geometric primitive, locally representing a continuous image of a region of a plane |
▼NGrids | Functionality related to grids |
▼NLonLat | Lon lat grids related functionality |
CLonLatFormat | Class to format points as LonLat coordinates |
▼NMgrs | MGRS grids related functionality |
▼CMgrsFormat | Class to format points as MGRS or UTM/UPS coordinates |
CBuilder | Builder for creating MgrsFormat |
▼NInput | Everything that is used as input to interact with the map |
▼NMouse | Everything that is used as input to interact with the map using a mouse |
CMouseButton | Represents a mouse button in the controller API |
CMouseClickEvent | Specialization of the ClickEvent for the mouse |
CMouseDragEvent | Specialization of the DragEvent for the mouse |
CMouseGestureRecognizer | This class generates high-level mouse gesture events from low-level input events |
CMouseMoveEvent | Mouse movement dedicated implementation of the IInputEvent |
CMousePressedEvent | Implementation of IInputEvent that represents a mouse pressed |
CMouseReleasedEvent | Implementation of IInputEvent that represents a mouse released |
▼NTouch | Everything that is used as input to interact with the map with a touch device |
CTouchDownEvent | Implementation of IInputEvent that represents a pointer (typically a finger) being pressed on a touch surface |
CTouchDragEvent | Implementation of IInputEvent that represents a touch drag gesture |
CTouchGestureRecognizer | This class generates high-level touch gesture events from low-level input events |
CTouchLongPressEvent | Implementation of IInputEvent representing a long press touch event |
CTouchPinchRotateEvent | Implementation of IInputEvent representing a 2 pointers gesture |
CTouchPoint | Touch point that results from a user touch interaction |
CTouchPointEvent | Touch point event, containing a collection of touch points |
CTouchTapEvent | Specialization of the ClickEvent class for touch events |
CTouchUpEvent | Implementation of IInputEvent that represents a pointer being released from a touch surface |
CClickEvent | Implementation of IInputEvent that represents a click event |
CDragEvent | Implementation of IInputEvent that represents a drag gesture |
CIInputEvent | Base interface for all input events |
CIInputEventCallback | A callback class that is called when a IInputEvent is fired |
CInputEventCallbackAdapter | |
CKeyCode | Represents a key in the controller API |
CKeyEvent | Implementation of IInputEvent that represents keyboard input |
CScreenDistance | This class is used to represent distances between screen locations |
CScrollEvent | Implementation of IInputEvent that represents a scroll gesture (for example using the mouse wheel) |
CTaskSchedulerAdapter | |
▼NLayers | Support for rendering of data on a Map |
▼NFeatures | Support for rendering of feature (vector) data |
▼CFeatureCanvas | Canvas to provide the commands to draw a geometry, icon, 3D icon, text or a label |
CGeometryDrawCommand | Command to specify drawing options for a geometry |
CIcon3DDrawCommand | An Icon3DDrawCommand describes how a 3D icon is painted in a 2D and a 3D view |
CIconDrawCommand | Command to specify drawing an icon for a geometry |
CLabelDrawCommand | Command to draw labels for a feature |
CTextDrawCommand | Command to specify drawing text for a geometry |
▼CFeatureLayer | A layer for feature models |
CBuilder | Builder for the FeatureLayer class |
CFeaturePainterContext | FeaturePainterContext provides information for use during feature painting |
CFeaturePainterMetadata | Class to provide information on what type of changes affect the styling |
▼CFeatureQueryConfiguration | The FeatureQueryConfiguration specifies which conditions to use for feature querying based on the map's current scale |
CBuilder | Builder for the FeatureQueryConfiguration class |
CFeatureState | Representation of the state of a feature |
CFeatureStateEvent | This class is used by IFeatureStateObserver to pass information about FeatureState changes |
▼CFeatureStateManager | Manages feature states |
CChange | This class is used to build feature state changes |
CIFeaturePainter | A feature painter is used to specify how a feature is painted |
CIFeatureStateObserver | Can be used to retrieve notifications for FeatureState changes |
CLayerFeatureId | Represents an identifier for a feature within a view |
▼NGrids | Support for rendering of grids |
▼NLonLat | Support for rendering of Longitude Latitude (LonLat) grids |
▼CLonLatGrid | The LonLat grid class represents how to visualize the LonLat grid on a map |
CAdvancedBuilder | Advanced builder for a LonLat grid |
CBuilder | Builder for a LonLat grid |
▼CLonLatGridLayer | Longitude Latitude (LonLat) grid layer that can be added to a map |
CBuilder | Builder for creating a LonLatGridLayer |
▼CLonLatGridSetting | LonLat grid setting |
CBuilder | Builder for a LonLat grid setting |
▼NMgrs | Support for rendering of Military Grid Reference System (MGRS) grids |
▼CMgrsGrid | The MGRS grid class represents how to visualize the MGRS grid on a map |
CAdvancedBuilder | Advanced builder for a MGRS grid |
CBuilder | Builder for a MGRS grid |
▼CMgrsGridLayer | Military Grid Reference System (MGRS) grid layer that can be added to a map |
CBuilder | Builder for creating a MgrsGridLayer |
▼CMgrsGridSetting | MGRS grid setting |
CBuilder | Builder for a MGRS grid setting |
▼CMgrsGridTextProvider | An MGRS text provider that notifies callbacks whenever the currently visible zone/square of a given Map changes |
CICallback | This callback can be used to be notified whenever the currently visible zone/square changes, by giving you its formatted location text |
CGridLayer | Common representation for grid layers that can be added to a map |
▼NMbTiles | Support for rendering of Mapbox feature tile (vector) data |
▼CMbTilesFeatureLayer | A layer for feature tile models |
CBuilder | Builder for the MbTilesFeatureLayer class |
▼NRasters | Support for rendering of raster data |
▼CRasterLayer | A layer for raster models |
CBuilder | Builder for creating a RasterLayer for a IRasterModel |
▼NStyles | Support for styling data on a Map |
▼NComplexStrokes | Support for complex stroke linestyles and the patterns used to make them |
▼NBuilders | ComplexStroke Pattern builders |
CArcPatternBuilder | Creates a pattern with an arc, ellipse or circle shape |
CArrowPatternBuilder | Creates a pattern with an arrow shape |
CIconPatternBuilder | Creates a pattern containing an icon |
CLinePatternBuilder | Creates a pattern with a line segment shape |
CParallelLinePatternBuilder | Creates a pattern with a line segment shape that is parallel to the base line |
CPolylinePatternBuilder | Creates a pattern with a polyline shape |
CRectanglePatternBuilder | Creates a pattern with a rectangle shape |
CTextPatternBuilder | Creates a pattern containing text |
CTrianglePatternBuilder | Creates a pattern with a triangle shape |
CWavePatternBuilder | Creates a pattern with a wave shape |
▼CComplexStrokeLineStyle | A style that can be used to stroke the outline of a shape with complex patterns |
CBuilder | A builder to create ComplexStrokeLineStyle objects |
CComplexStrokePattern | This class represents a complex stroke pattern, for example a dash or an arrow |
CComplexStrokePatternFactory | Factory to create all patterns that are used to create complex strokes |
▼NExpressions | Support for expressions for styling data on a Map |
CStyleExpression | A StyleExpression represents a value that can be evaluated during rendering |
CStyleExpressionFactory | This factory allows you to create style expressions that can be used when styling data |
▼CFillStyle | This class contains styling properties to determine how an area is filled |
CBuilder | A builder class for creating fill styles |
▼CLineStyle | This class contains styling properties to determine how a line is painted |
CBuilder | A builder class for creating line styles |
▼CMeshStyle | This class contains styling properties to determine how a mesh is painted |
CBuilder | A builder class for creating mesh styles |
▼COnPathLabelStyle | This class contains styling properties to determine how a label is placed on a path |
CBuilder | A builder class for creating an OnPathLabelStyle |
▼CPinStyle | This class contains styling properties that can be used to configure pins for labels, see FeatureCanvas.LabelDrawCommand.PinStyle |
CBuilder | A builder class for creating pin styles that can be set up to labels, see FeatureCanvas.LabelDrawCommand.PinStyle |
▼CPointCloudStyle | A class representing how point cloud data should be styled |
CBuilder | A builder class for creating point cloud styles |
▼CRasterStyle | Style for rasters |
CBuilder | Builder for raster styles |
▼NTileSet3D | Support for rendering of 3D tiles data |
▼CTileSet3DLayer | A TileSet3DLayer is a Layer that can visualize 3D tiles |
CBuilder | Builder for the TileSet3DLayer class |
CILayerListObserver | Observer interface allowing to get notified about changes within the LayerList |
CILayerObserver | Interface for observing layers |
CLayer | Common representation for layers that can be added to a map |
CLayerEvent | Event that indicates that some property of a specific layer has changed |
CLayerList | Represents an ordered list of layers |
CLayerListEvent | An event object, describing a change in a LayerList instance |
▼NLoaders | Base classes related to loading data for network resources |
CAuthenticationScope | Represents the scope of an authentication request |
CCredentials | Marker interface for user credentials |
CICredentialsProvider | This interface provides methods to retrieve a user and password for sites requesting authentication |
CIDataLoader | Interface for loading data from a path into memory |
CIProxySelector | This interface allows to select a proxy to use when connecting to network resources |
CProxy | Represents the proxy server |
CUsernamePasswordCredentials | Represents the user credentials |
▼NMaps | Supports display of data on screen using a map with layers |
▼NEffects | The graphics effects that can be applied to a map |
CAmbientOcclusionEffect | This class implements the Ambient occlusion effect, which shades areas of 3D geometry based on their proximity to other 3D geometry |
CAtmosphereEffect | Graphics effect which adds a sky/atmosphere background to a 3D view |
CEyeDomeLightingEffect | This class implements the Eye-dome lighting (EDL) effect, a non-photorealistic lighting model which helps accentuate the shapes of different objects to improve depth perception, by shading their outlines |
CGraphicsEffects | This class contains the graphics effects that can be applied to a map |
CIMapObserver | Interface for observing the Map |
CIMapQueryFeaturesCallback | A callback class that is called with the results of a queryFeatures |
CIMouseCursorCallback | A callback class that is called when a cursor changes |
▼CMap | A map for showing geo-spatial data |
CBuilder | Builder to create a Map |
▼CFeatureQuery | A query specifies which features you are interested in |
CBuilder | Builder for a Map.FeatureQuery |
CHeightProvider | A height provider based on the map layers order and visibility |
CIRendererCallback | This callback can be used to execute tasks on the render thread right before or right after the Map is painted by Map.Renderer |
CRenderer | The Map renderer |
CViewMapTransformation | This class allows to transform between view (pixel coordinates on the screen) and map coordinates |
CMapAttributions | A class from which the attributions of a map can be retrieved |
CMapEvent | Event that indicates that some property of the map has changed |
▼CMapNavigator | Class that offers functionality to navigate around the globe |
CAboveConstraintOptions | Option to configure the navigation constraint to keep the camera above the terrain |
CBoundsConstraintOptions | Options to configure the constraint to restrict the navigation to specific bounds |
CFitAction | Class that allows to build a fit action and apply it, either directly or using an animation |
CPanAction | Class that allows to build a pan action and apply it, either directly or using an animation |
CPitchConstraintOptions | Options to configure the constraint to restrict the pitch (tilt) of the camera |
CRotateAction | Class that allows to build a rotate action and apply it, either directly or using an animation |
CScaleConstraintOptions | Options to configure the scale constraint to restrict the camera zooming |
CZoomAction | Class that allows to build a zoom action and apply it, either directly or using an animation |
CMapQueryFeaturesResult | Contains information about (parts of) features hit by a Query, returned by Map.QueryFeatures |
CMapScale | This class represents a map scale, a ratio of a distance on the map to the corresponding actual distance |
CMouseCursor | Represents a mouse cursor in the map API |
▼NModels | Models provide content to be displayed in a Map |
▼NFeatures | Models containing vector data |
CDefaultFeatureGeometryProvider | Default geometry provider that works for Features with a DataType using a GeometryDataAnnotation |
▼CFeature | A Feature is a (partial) copy of a domain object |
CBuilder | Allows the incremental creation of a Feature object |
CFeatureChange | Represents a change for a feature |
CFeatureComparer | Feature comparer class that can be used within sort algorithms |
CFeatureExpressionEvaluator | Evaluator for a Feature |
CFeatureExpressionEvaluatorFactory | Factory to create an evaluator for expressions to be applied on Feature instances |
CFeatureModelBuilder | Helps the creation of a IFeatureModel given a list of features, a model metadata, a feature model metadata and optionally a bounds |
CFeatureModelEvent | Represents a change in the feature model, which may result in a different visual representation |
▼CFeatureModelMetadata | This class exposes feature-specific metadata |
CBuilder | The builder for creating FeatureModelMetadata classes |
▼CFeatureModelPersistenceManager | This class can be used to save changes to an IFeatureModel's backend |
CBuilder | IFeatureModel implementations that have support for saving changes can use this class to create a FeatureModelPersistenceManager instance |
▼CFeatureModelUpdate | This class represents a single update to the model |
CBuilder | Builder that allows FeatureModelUpdate instances to be created |
▼CFeatureQuery | A query specifies which objects you are interested in |
CBuilder | Builder to create a FeatureQuery |
CSortOperator | SortOperator class contains a list of properties that must be taken into account for sorting |
CSortProperty | SortProperty class defines the property name and the sort order for the SortOperator |
▼CFeatureSaveErrorInfo | This class contains details on a failed IFeatureModel save |
CBuilder | Builder that allows FeatureSaveErrorInfo instances to be created |
CIFeatureGeometryProvider | This class can provide the Geometry associated with a Feature , and apply Geometry changes on that Feature |
CIFeatureModel | A feature model allows to uniformly access vector data |
CIFeatureModelObserver | Observer for changes within the feature model |
CIFeatureModelUpdater | This class defines how an IFeatureModel can be updated |
CIFeatureQueryCallback | A callback class that is called with the results of a query |
CIFeatureSaveSupport | An implementation of this interface can be supplied to the FeatureModelPersistenceManager to enable support for saving in-memory changes |
CIFeatureUpdaterCallback | This callback is used by IFeatureModelUpdater to give feedback on whether the feature update was successful or not |
CObservableFeatureUtil | This class provides utility methods for Observable instance for Feature |
▼NFeatureTiles | Models containing tiled vector data |
CIFeatureTileModel | Marker interface for tiled feature models |
▼NRasters | Models containing imagery or elevation data |
CIMultilevelTiledAttributionProvider | This interface provides methods to retrieve the attributions for a given multilevel tiled raster layer |
CIMultilevelTiledRasterDataRetriever | The interface to implement to retrieve the raster tile for a given tile coordinate |
CIMultilevelTiledRasterDataRetrieverCallback | Interface with callback methods for the raster data retriever to call |
CIRasterModel | Marker interface for raster models |
CMultilevelTiledRasterModelBuilder | This builder class allows to create a multi-level tiled raster model |
CMultilevelTileInfo | A class storing information about a multilevel tile |
CQuadTreeRasterModelBuilder | This builder class allows to create a multi-level tiled raster model using a quad-tree structure |
▼CRasterModelHeightProvider | A height provider based on a raster model |
CBuilder | Builder for a RasterModelHeightProvider |
▼NTileSet3D | Models containing 3D tiles data |
CITileSet3DModel | Marker interface for 3D tile set models |
CDataAttribution | Data class that stores attribution data |
CModel | Interface for models |
▼CModelMetadata | Represents meta data common for all types of models |
CBuilder | The builder class to create the luciad::ModelMedata class |
CMultilevelTileCoordinate | Represents the coordinate of a tile in a multilevel tiled structure |
▼NNet | Programming interface for network operations |
▼NHttp | HTTP Client API |
▼CHttpClient | An HTTP Client, implementation of the IHttpClient interface |
CBuilder | Builder for the HttpClient class |
CHttpHeader | A class representing an HTTP header and its value |
▼CHttpRequest | An HTTP request |
CBuilder | A builder of HttpRequest s |
▼CHttpRequestOptions | Options to be sent with an HTTP request |
CBuilder | Builder for the HttpRequestOptions class |
▼CHttpResponse | An HTTP response |
CBuilder | Builder for the HttpResponse class |
CIHttpClient | Interface for sending HTTP requests |
CUriQueryParameter | A class representing an URI query parameter |
▼NRasters | Classes for modeling raster data |
CPixelDensity | A pixel density represents the number of pixel in raster data over a unit of area in a given coordinate reference |
▼NSymbology | Support for various symbology standards |
▼NMilitary | Support for MIL-STD 2525 and APP6 symbologies |
CMilitaryDataModel | Provides the data model and type of military symbols, as well as the relevant data property paths |
CMilitarySymbol | Allows retrieving and manipulating modifiers of a military symbol, without having to worry whether the properties are encoded in the symbol code or in textual modifiers |
CMilitarySymbolFeatureCreator | Creates new symbology features |
CMilitarySymbolFeatureHandlesProvider | Provides editing handles for military symbol features |
CMilitarySymbolModifierExtensions | |
CMilitarySymbology | Encapsulates the symbol hierarchy of a symbology standard |
▼CMilitarySymbologyCanvas | Offers functionality for drawing military symbols on a wrapped FeatureCanvas |
CDrawCommand | Allows to draw a military symbol on the MilitarySymbologyCanvas |
CMilitarySymbologyNode | Representation of a military symbol |
CMilitarySymbologyNodeSymbolTypeExtensions | |
CMilitarySymbologyStandardExtensions | |
▼CMilitarySymbolStyle | Defines styling settings for visualizing military symbols |
CBuilder | Builder for the MilitarySymbolStyle class |
▼NText | Text related functionality |
▼CTextBlock | A class containing multiple lines of text with multiple styles |
CBuilder | A factory class that creates a TextBlock containing multiple lines of text with multiple styles |
CLineBuilder | A class representing a line of text with multiple words with different styles |
▼CTextStyle | This class contains styling properties to determine how text is painted |
CBuilder | A builder class for creating text styles |
▼NUtils | General utility classes |
CIInvalidationCallback | This is a callback class that is called when something is invalidated |
CObservable | This class makes it possible to hold and observe a value that can change over time |
▼CEnvironment | Container of global state in this library |
CInitializer | Initializer for the global Environment needed by this library |
CErrorInfo | This class exposes details for a failed method call |
CILoggingBackend | Backend for the logging in this library |
CLicenseException | The exception that is thrown when the CPillar license is not valid |