Index
All Classes and Interfaces|All Packages|Serialized Form
C
- C - Static variable in class com.luciad.input.KeyCode
-
A key code representing the 'C' key.
- calculateVisualAid(Point) - Method in interface com.luciad.edit.handles.PointEditHandle.IVisualAidProvider
-
Returns a new visual aid line.
- Camera - Class in com.luciad.cameras
-
A camera transforms points from the
map reference
to view coordinates (device independent pixel coordinates). - Camera.Look - Class in com.luciad.cameras
-
Structure describing the position and orientation of the camera.
- Camera.Look2D - Class in com.luciad.cameras
-
Structure describing the position of the camera for an orthographic top-down view.
- Camera.LookAt - Class in com.luciad.cameras
-
Structure to
orient
a camera based on a specific target point. - Camera.LookFrom - Class in com.luciad.cameras
-
Structure describing the position and orientation of the camera.
- CameraFacing - Enum constant in enum class com.luciad.layers.styles.complexstrokes.ComplexStrokeOrientation
-
The area that is used to render the complex stroke faces the camera.
- cancel() - Method in interface com.luciad.concurrent.ICancellableTask
-
Signals that the task should be canceled.
- cancel() - Method in class com.luciad.maps.MapNavigator
-
Cancels all ongoing navigate actions that were started using this
MapNavigator
. - CancellationToken - Class in com.luciad.concurrent
-
This class contains information on whether an operation has been canceled.
- canInvalidate() - Method in class com.luciad.models.rasters.IRasterModel
-
Returns whether the model supports invalidation of the raster data.
- canProvide(Observable<Geometry>, FeatureEditContext) - Method in class com.luciad.edit.geometries.CompositeGeometryHandlesProvider
-
Indicates if this handles provider can create handles for the given geometry.
- canProvide(Observable<Geometry>, FeatureEditContext) - Method in interface com.luciad.edit.geometries.IGeometryHandlesProvider
-
Indicates if this handles provider can create handles for the given geometry.
- canProvide(Observable<Geometry>, FeatureEditContext) - Method in class com.luciad.edit.geometries.PatchHandlesProvider
-
Indicates if this handles provider can create handles for the given geometry.
- canProvide(Observable<Geometry>, FeatureEditContext) - Method in class com.luciad.edit.geometries.PointHandlesProvider
-
Indicates if this handles provider can create handles for the given geometry.
- canProvide(Observable<Geometry>, FeatureEditContext) - Method in class com.luciad.edit.geometries.PolygonHandlesProvider
-
Indicates if this handles provider can create handles for the given geometry.
- canProvide(Observable<Geometry>, FeatureEditContext) - Method in class com.luciad.edit.geometries.PolylineHandlesProvider
-
Indicates if this handles provider can create handles for the given geometry.
- canProvide(Observable<Geometry>, FeatureEditContext) - Method in class com.luciad.edit.geometries.PolylineRingHandlesProvider
-
Indicates if this handles provider can create handles for the given geometry.
- canProvide(Observable<Feature>, FeatureEditContext) - Method in class com.luciad.edit.features.CompositeFeatureHandlesProvider
-
Indicates if this handles provider can create handles for the given
Feature
. - canProvide(Observable<Feature>, FeatureEditContext) - Method in class com.luciad.edit.features.FeatureHandlesProvider
-
Indicates if this handles provider can create handles for the given
Feature
. - canProvide(Observable<Feature>, FeatureEditContext) - Method in interface com.luciad.edit.features.IFeatureHandlesProvider
-
Indicates if this handles provider can create handles for the given
Feature
. - canProvide(Observable<Feature>, FeatureEditContext) - Method in class com.luciad.symbology.military.MilitarySymbolFeatureHandlesProvider
-
Indicates if this handles provider can create handles for the given
Feature
. - Capacity - Enum constant in enum class com.luciad.symbology.military.MilitarySymbol.Modifier
-
Capacity of installation displayed.
- cases(StyleExpression<T>, List<StyleExpression<Boolean>>, List<StyleExpression<T>>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
- center() - Static method in class com.luciad.drawing.RelativePosition
-
Returns a
RelativePosition
located on the anchor point with no offset. - center(Point) - Method in class com.luciad.maps.MapNavigator.RotateAction
-
Sets the center around which to rotate.
- Center - Enum constant in enum class com.luciad.drawing.HorizontalAlignment
-
Indicates that the item's centers are aligned horizontally.
- Center - Enum constant in enum class com.luciad.drawing.VerticalAlignment
-
Indicates that the item's centers are aligned vertically.
- Center - Enum constant in enum class com.luciad.layers.grids.labels.GridLineLabelPosition
-
Positions the line labels centered on the grid line.
- Center - Enum constant in enum class com.luciad.layers.styles.PathLabelPosition
-
Vertically align the position of the label such that it is positioned on the path.
- ChangeStatus - Enum Class in com.luciad.edit
-
Indicates a change status.
- chooseCandidates(List<LayerFeatureId>, Coordinate, ISelectionCandidateCallback) - Method in interface com.luciad.controllers.ISelectionCandidateChooser
-
This method is called by
SelectEventHandler
when there are multiple selection candidates. - CircleBy3Points - Class in com.luciad.geometries
-
A circle that is defined by a start point, a first intermediate point, and a second intermediate point on the circle.
- CircleByCenterPoint - Class in com.luciad.geometries
-
Represents a circle defined by a center point and a radius.
- CircularArcBy3Points - Class in com.luciad.geometries
-
A circular arc that is defined by a start point, end point, and a third point on the arc.
- CircularArcByBulge - Class in com.luciad.geometries
-
A circular arc defined by a start point, end point and a bulge factor.
- CircularArcByCenterPoint - Class in com.luciad.geometries
-
Represents a circular arc defined by a center point, radius, start angle, end angle, and angle direction.
- clamp(StyleExpression<T>, StyleExpression<U>, StyleExpression<U>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
-
Creates an expression that limits an operand to a range.
- clearEnabledStates(LayerFeatureId) - Method in class com.luciad.layers.features.FeatureStateManager
-
Clears (i.e.
- clearHttpRequestOptions() - Method in class com.luciad.net.http.HttpClient
-
Clears the HTTP request options sent with every request, if any.
- clearState(FeatureState) - Method in class com.luciad.layers.features.FeatureStateManager.Change
-
Clear the given feature state.
- Click - Enum constant in enum class com.luciad.create.LineCreationMode
-
Click mode, in which each point of a line is created upon touch tap or mouse click.
- ClickEvent - Class in com.luciad.input
-
Implementation of
IInputEvent
that represents a click event. - ClickEvent(Coordinate, long) - Constructor for class com.luciad.input.ClickEvent
-
Creates an event representing a click.
- ClickEvent(Coordinate, long, ModifierKeys) - Constructor for class com.luciad.input.ClickEvent
-
Creates an event representing a click.
- Clockwise - Enum constant in enum class com.luciad.cartesian.Angle.Direction
-
Angle
in clockwise direction. - close() - Method in class com.luciad.animations.AnimationManager
- close() - Method in class com.luciad.cameras.Camera
- close() - Method in class com.luciad.cameras.OrthographicCamera.Builder
- close() - Method in class com.luciad.cameras.OrthographicCamera
- close() - Method in class com.luciad.cameras.PerspectiveCamera.Builder
- close() - Method in class com.luciad.cameras.PerspectiveCamera
- close() - Method in class com.luciad.concurrent.CancellationToken
- close() - Method in class com.luciad.containers.ByteBuffer
- close() - Method in class com.luciad.containers.DataEntity
- close() - Method in class com.luciad.controllers.HoverEventHandler
- close() - Method in class com.luciad.controllers.PanEventHandler
- close() - Method in class com.luciad.controllers.RotateEventHandler
- close() - Method in class com.luciad.controllers.SelectEventHandler
- close() - Method in class com.luciad.controllers.ZoomEventHandler
- close() - Method in class com.luciad.create.Creator.Builder
- close() - Method in class com.luciad.create.Creator
- close() - Method in class com.luciad.create.features.FeatureCreateContext
- close() - Method in class com.luciad.create.features.FeatureCreator
- close() - Method in class com.luciad.create.geometries.PatchCreator
- close() - Method in class com.luciad.create.geometries.PointCreator
- close() - Method in class com.luciad.create.geometries.PolylineCreator
- close() - Method in class com.luciad.create.geometries.PolylineRingCreator
- close() - Method in class com.luciad.datamodels.DataAnnotation
- close() - Method in class com.luciad.datamodels.DataModel.Builder
- close() - Method in class com.luciad.datamodels.DataModel
- close() - Method in class com.luciad.datamodels.DataProperty.Builder
- close() - Method in class com.luciad.datamodels.DataProperty
- close() - Method in class com.luciad.datamodels.DataPropertyPath.Builder
- close() - Method in class com.luciad.datamodels.DataPropertyPath
- close() - Method in class com.luciad.datamodels.DataType.Builder
- close() - Method in class com.luciad.datamodels.DataType
- close() - Method in class com.luciad.datamodels.GeometryDataAnnotation
- close() - Method in class com.luciad.drawing.IconPainterContext
- close() - Method in class com.luciad.drawing.Image
- close() - Method in class com.luciad.drawing.ImageIcon.Builder
- close() - Method in class com.luciad.edit.Editor.Builder
- close() - Method in class com.luciad.edit.Editor
- close() - Method in class com.luciad.edit.EditSettings
- close() - Method in class com.luciad.edit.features.CompositeFeatureHandlesProvider
- close() - Method in class com.luciad.edit.features.FeatureEditCandidateEvent
- close() - Method in class com.luciad.edit.features.FeatureEditConfigurationBuilder
- close() - Method in class com.luciad.edit.features.FeatureEditContext
- close() - Method in class com.luciad.edit.features.FeatureHandlesProvider
- close() - Method in class com.luciad.edit.features.FeatureStateEditCandidateProvider
- close() - Method in class com.luciad.edit.geometries.CompositeGeometryHandlesProvider
- close() - Method in class com.luciad.edit.geometries.PatchHandlesProvider
- close() - Method in class com.luciad.edit.geometries.PointHandlesProvider
- close() - Method in class com.luciad.edit.geometries.PolygonHandlesProvider
- close() - Method in class com.luciad.edit.geometries.PolylineHandlesProvider
- close() - Method in class com.luciad.edit.geometries.PolylineRingHandlesProvider
- close() - Method in class com.luciad.edit.handles.EditActionBinder
- close() - Method in class com.luciad.edit.handles.EditHandlesEvent
- close() - Method in class com.luciad.edit.handles.PointEditHandle
- close() - Method in class com.luciad.edit.handles.TranslateEditHandle
- close() - Method in class com.luciad.Environment
- close() - Method in class com.luciad.Environment.Initializer
- close() - Method in class com.luciad.ErrorInfo
- close() - Method in class com.luciad.expressions.Expression
- close() - Method in class com.luciad.expressions.ExpressionValue
- close() - Method in class com.luciad.formats.dted.DtedModelDecoder.Options.Builder
- close() - Method in class com.luciad.formats.dted.DtedModelDecoder.Options
- close() - Method in class com.luciad.formats.geopackage.GeoPackageDataSource.Builder
- close() - Method in class com.luciad.formats.geopackage.GeoPackageDataSource
- close() - Method in class com.luciad.formats.geopackage.GeoPackageFeatureModelCreateOptions.Builder
- close() - Method in class com.luciad.formats.geopackage.GeoPackageFeatureModelCreateOptions
- close() - Method in class com.luciad.formats.geopackage.GeoPackageFeatureModelExportOptions.Builder
- close() - Method in class com.luciad.formats.geopackage.GeoPackageFeatureModelExportOptions
- close() - Method in class com.luciad.formats.geopackage.GeoPackageModelDecoderOptions.Builder
- close() - Method in class com.luciad.formats.geopackage.GeoPackageModelDecoderOptions
- close() - Method in class com.luciad.formats.geopackage.GeoPackageTableMetadata
- close() - Method in class com.luciad.formats.hspc.HspcModelDecoder.Options.Builder
- close() - Method in class com.luciad.formats.hspc.HspcModelDecoder.Options
- close() - Method in class com.luciad.formats.mbtiles.MbTilesModelDecoderOptions.Builder
- close() - Method in class com.luciad.formats.mbtiles.MbTilesModelDecoderOptions
- close() - Method in class com.luciad.formats.ogc3dtiles.Ogc3DTilesModelDecoder.Options.Builder
- close() - Method in class com.luciad.formats.ogc3dtiles.Ogc3DTilesModelDecoder.Options
- close() - Method in class com.luciad.formats.wms.WmsCapabilities
- close() - Method in class com.luciad.formats.wms.WmsDataSource.Builder
- close() - Method in class com.luciad.formats.wms.WmsDataSource
- close() - Method in class com.luciad.formats.wms.WmsDataSource.Layer
- close() - Method in class com.luciad.formats.wms.WmsLayer
- close() - Method in class com.luciad.formats.wms.WmsLayerStyle
- close() - Method in class com.luciad.formats.wms.WmsModelDecoderOptions.Builder
- close() - Method in class com.luciad.formats.wms.WmsModelDecoderOptions
- close() - Method in class com.luciad.formats.wmts.WmtsBoundingBox
- close() - Method in class com.luciad.formats.wmts.WmtsCapabilities
- close() - Method in class com.luciad.formats.wmts.WmtsDataSource.Builder
- close() - Method in class com.luciad.formats.wmts.WmtsDataSource
- close() - Method in class com.luciad.formats.wmts.WmtsLayer
- close() - Method in class com.luciad.formats.wmts.WmtsLayerStyle
- close() - Method in class com.luciad.formats.wmts.WmtsModelDecoderOptions.Builder
- close() - Method in class com.luciad.formats.wmts.WmtsModelDecoderOptions
- close() - Method in class com.luciad.geodesy.CoordinateReference
- close() - Method in class com.luciad.geodesy.GeodesyCalculations
- close() - Method in class com.luciad.geodesy.Transformation
- close() - Method in class com.luciad.geometries.ArcBand
- close() - Method in class com.luciad.geometries.BezierCurve
- close() - Method in class com.luciad.geometries.Bounds
- close() - Method in class com.luciad.geometries.CircleBy3Points
- close() - Method in class com.luciad.geometries.CircleByCenterPoint
- close() - Method in class com.luciad.geometries.CircularArcBy3Points
- close() - Method in class com.luciad.geometries.CircularArcByBulge
- close() - Method in class com.luciad.geometries.CircularArcByCenterPoint
- close() - Method in class com.luciad.geometries.CompositeCurve
- close() - Method in class com.luciad.geometries.CompositePatch
- close() - Method in class com.luciad.geometries.CompositeRing
- close() - Method in class com.luciad.geometries.constraints.PointChange
- close() - Method in class com.luciad.geometries.constraints.PolylineChange
- close() - Method in class com.luciad.geometries.Curve
- close() - Method in class com.luciad.geometries.Ellipse
- close() - Method in class com.luciad.geometries.EllipticalArc
- close() - Method in class com.luciad.geometries.ExtrudedGeometry
- close() - Method in class com.luciad.geometries.Geometry
- close() - Method in class com.luciad.geometries.Line
- close() - Method in class com.luciad.geometries.MultiGeometry
- close() - Method in class com.luciad.geometries.Patch
- close() - Method in class com.luciad.geometries.Point
- close() - Method in class com.luciad.geometries.Polygon
- close() - Method in class com.luciad.geometries.Polyline
- close() - Method in class com.luciad.geometries.PolylineRing
- close() - Method in class com.luciad.geometries.Ring
- close() - Method in class com.luciad.geometries.Surface
- close() - Method in class com.luciad.grids.lonlat.LonLatFormat
- close() - Method in class com.luciad.grids.mgrs.MgrsFormat.Builder
- close() - Method in class com.luciad.grids.mgrs.MgrsFormat
- close() - Method in class com.luciad.input.ClickEvent
- close() - Method in class com.luciad.input.DragEvent
- close() - Method in class com.luciad.input.KeyEvent
- close() - Method in class com.luciad.input.mouse.MouseClickEvent
- close() - Method in class com.luciad.input.mouse.MouseDragEvent
- close() - Method in class com.luciad.input.mouse.MouseGestureRecognizer
- close() - Method in class com.luciad.input.mouse.MouseMoveEvent
- close() - Method in class com.luciad.input.mouse.MousePressedEvent
- close() - Method in class com.luciad.input.mouse.MouseReleasedEvent
- close() - Method in class com.luciad.input.ScreenDistance
- close() - Method in class com.luciad.input.ScrollEvent
- close() - Method in class com.luciad.input.touch.TouchDownEvent
- close() - Method in class com.luciad.input.touch.TouchDragEvent
- close() - Method in class com.luciad.input.touch.TouchGestureRecognizer
- close() - Method in class com.luciad.input.touch.TouchLongPressEvent
- close() - Method in class com.luciad.input.touch.TouchPinchRotateEvent
- close() - Method in class com.luciad.input.touch.TouchPointEvent
- close() - Method in class com.luciad.input.touch.TouchTapEvent
- close() - Method in class com.luciad.input.touch.TouchUpEvent
- close() - Method in class com.luciad.layers.features.FeatureCanvas
- close() - Method in class com.luciad.layers.features.FeatureCanvas.GeometryDrawCommand
- close() - Method in class com.luciad.layers.features.FeatureCanvas.Icon3DDrawCommand
- close() - Method in class com.luciad.layers.features.FeatureCanvas.IconDrawCommand
- close() - Method in class com.luciad.layers.features.FeatureCanvas.LabelDrawCommand
- close() - Method in class com.luciad.layers.features.FeatureCanvas.TextDrawCommand
- close() - Method in class com.luciad.layers.features.FeatureLayer.Builder
- close() - Method in class com.luciad.layers.features.FeatureLayer
- close() - Method in class com.luciad.layers.features.FeaturePainterContext
- close() - Method in class com.luciad.layers.features.FeaturePainterMetadata
- close() - Method in class com.luciad.layers.features.FeatureQueryConfiguration.Builder
- close() - Method in class com.luciad.layers.features.FeatureQueryConfiguration
- close() - Method in class com.luciad.layers.features.FeatureState
- close() - Method in class com.luciad.layers.features.FeatureStateEvent
- close() - Method in class com.luciad.layers.features.FeatureStateManager.Change
- close() - Method in class com.luciad.layers.features.FeatureStateManager
- close() - Method in class com.luciad.layers.grids.GridLayer
- close() - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.AdvancedBuilder
- close() - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
- close() - Method in class com.luciad.layers.grids.lonlat.LonLatGrid
- close() - Method in class com.luciad.layers.grids.lonlat.LonLatGridLayer.Builder
- close() - Method in class com.luciad.layers.grids.lonlat.LonLatGridLayer
- close() - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
- close() - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.AdvancedBuilder
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.Builder
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGrid
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGridLayer.Builder
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGridLayer
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting
- close() - Method in class com.luciad.layers.grids.mgrs.MgrsGridTextProvider
- close() - Method in class com.luciad.layers.Layer
- close() - Method in class com.luciad.layers.LayerList
- close() - Method in class com.luciad.layers.mbtiles.MbTilesFeatureLayer.Builder
- close() - Method in class com.luciad.layers.mbtiles.MbTilesFeatureLayer
- close() - Method in class com.luciad.layers.rasters.RasterLayer.Builder
- close() - Method in class com.luciad.layers.rasters.RasterLayer
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.ArcPatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.ArrowPatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.IconPatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.LinePatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.ParallelLinePatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.PolylinePatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.RectanglePatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.TextPatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.TrianglePatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.builders.WavePatternBuilder
- close() - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokeLineStyle.Builder
- close() - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokeLineStyle
- close() - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePattern
- close() - Method in class com.luciad.layers.styles.FillStyle.Builder
- close() - Method in class com.luciad.layers.styles.FillStyle
- close() - Method in class com.luciad.layers.styles.LineStyle.Builder
- close() - Method in class com.luciad.layers.styles.LineStyle
- close() - Method in class com.luciad.layers.styles.MeshStyle.Builder
- close() - Method in class com.luciad.layers.styles.MeshStyle
- close() - Method in class com.luciad.layers.styles.OnPathLabelStyle.Builder
- close() - Method in class com.luciad.layers.styles.OnPathLabelStyle
- close() - Method in class com.luciad.layers.styles.PinStyle.Builder
- close() - Method in class com.luciad.layers.styles.PinStyle
- close() - Method in class com.luciad.layers.styles.PointCloudStyle.Builder
- close() - Method in class com.luciad.layers.styles.PointCloudStyle
- close() - Method in class com.luciad.layers.styles.RasterStyle.Builder
- close() - Method in class com.luciad.layers.styles.RasterStyle
- close() - Method in class com.luciad.layers.tileset3d.TileSet3DLayer.Builder
- close() - Method in class com.luciad.layers.tileset3d.TileSet3DLayer
- close() - Method in class com.luciad.loaders.AuthenticationScope
- close() - Method in class com.luciad.loaders.Proxy
- close() - Method in class com.luciad.loaders.UsernamePasswordCredentials
- close() - Method in class com.luciad.maps.effects.AmbientOcclusionEffect
- close() - Method in class com.luciad.maps.effects.AtmosphereEffect
- close() - Method in class com.luciad.maps.effects.EyeDomeLightingEffect
- close() - Method in class com.luciad.maps.effects.GraphicsEffects
- close() - Method in class com.luciad.maps.Map.Builder
- close() - Method in class com.luciad.maps.Map
- close() - Method in class com.luciad.maps.Map.FeatureQuery.Builder
- close() - Method in class com.luciad.maps.Map.FeatureQuery
- close() - Method in class com.luciad.maps.Map.HeightProvider
- close() - Method in class com.luciad.maps.Map.Renderer
- close() - Method in class com.luciad.maps.Map.ViewMapTransformation
- close() - Method in class com.luciad.maps.MapAttributions
- close() - Method in class com.luciad.maps.MapNavigator.AboveConstraintOptions
- close() - Method in class com.luciad.maps.MapNavigator.BoundsConstraintOptions
- close() - Method in class com.luciad.maps.MapNavigator
- close() - Method in class com.luciad.maps.MapNavigator.FitAction
- close() - Method in class com.luciad.maps.MapNavigator.PanAction
- close() - Method in class com.luciad.maps.MapNavigator.PitchConstraintOptions
- close() - Method in class com.luciad.maps.MapNavigator.RotateAction
- close() - Method in class com.luciad.maps.MapNavigator.ScaleConstraintOptions
- close() - Method in class com.luciad.maps.MapNavigator.ZoomAction
- close() - Method in class com.luciad.models.DataAttribution
- close() - Method in class com.luciad.models.features.DefaultFeatureGeometryProvider
- close() - Method in class com.luciad.models.features.Feature.Builder
- close() - Method in class com.luciad.models.features.Feature
- close() - Method in class com.luciad.models.features.FeatureExpressionEvaluator
- close() - Method in class com.luciad.models.features.FeatureModelBuilder
- close() - Method in class com.luciad.models.features.FeatureModelEvent
- close() - Method in class com.luciad.models.features.FeatureModelMetadata.Builder
- close() - Method in class com.luciad.models.features.FeatureModelMetadata
- close() - Method in class com.luciad.models.features.FeatureModelPersistenceManager.Builder
- close() - Method in class com.luciad.models.features.FeatureModelPersistenceManager
- close() - Method in class com.luciad.models.features.FeatureModelUpdate.Builder
- close() - Method in class com.luciad.models.features.FeatureModelUpdate
- close() - Method in class com.luciad.models.features.FeatureQuery.Builder
- close() - Method in class com.luciad.models.features.FeatureQuery
- close() - Method in class com.luciad.models.features.FeatureQuery.SortOperator
- close() - Method in class com.luciad.models.features.FeatureQuery.SortProperty
- close() - Method in class com.luciad.models.features.FeatureSaveErrorInfo.Builder
- close() - Method in class com.luciad.models.features.FeatureSaveErrorInfo
- close() - Method in class com.luciad.models.featuretiles.IFeatureTileModel
- close() - Method in class com.luciad.models.ModelMetadata.Builder
- close() - Method in class com.luciad.models.ModelMetadata
- close() - Method in class com.luciad.models.rasters.IRasterModel
- close() - Method in class com.luciad.models.rasters.MultilevelTiledRasterModelBuilder
- close() - Method in class com.luciad.models.rasters.MultilevelTileInfo
- close() - Method in class com.luciad.models.rasters.QuadTreeRasterModelBuilder
- close() - Method in class com.luciad.models.rasters.RasterModelHeightProvider.Builder
- close() - Method in class com.luciad.models.rasters.RasterModelHeightProvider
- close() - Method in class com.luciad.models.tileset3d.ITileSet3DModel
- close() - Method in class com.luciad.net.http.HttpClient.Builder
- close() - Method in class com.luciad.net.http.HttpClient
- close() - Method in class com.luciad.net.http.HttpHeader
- close() - Method in class com.luciad.net.http.HttpRequest.Builder
- close() - Method in class com.luciad.net.http.HttpRequest
- close() - Method in class com.luciad.net.http.HttpRequestOptions.Builder
- close() - Method in class com.luciad.net.http.HttpRequestOptions
- close() - Method in class com.luciad.net.http.HttpResponse.Builder
- close() - Method in class com.luciad.net.http.HttpResponse
- close() - Method in class com.luciad.net.UriQueryParameter
- close() - Method in class com.luciad.rasters.PixelDensity
- close() - Method in class com.luciad.symbology.military.MilitarySymbol
- close() - Method in class com.luciad.symbology.military.MilitarySymbolFeatureCreator
- close() - Method in class com.luciad.symbology.military.MilitarySymbolFeatureHandlesProvider
- close() - Method in class com.luciad.symbology.military.MilitarySymbology
- close() - Method in class com.luciad.symbology.military.MilitarySymbologyCanvas
- close() - Method in class com.luciad.symbology.military.MilitarySymbologyCanvas.DrawCommand
- close() - Method in class com.luciad.symbology.military.MilitarySymbologyNode
- close() - Method in class com.luciad.symbology.military.MilitarySymbolStyle.Builder
- close() - Method in class com.luciad.symbology.military.MilitarySymbolStyle
- close() - Method in class com.luciad.text.TextBlock.Builder
- close() - Method in class com.luciad.text.TextBlock
- close() - Method in class com.luciad.text.TextBlock.LineBuilder
- close() - Method in class com.luciad.text.TextStyle.Builder
- close() - Method in class com.luciad.text.TextStyle
- ClosestEdge - Enum constant in enum class com.luciad.layers.styles.PinStyle.EndPosition
-
The pin connects to the label at the middle point of the label's edge that is closest to the label's anchor geometry.
- ClosestPointOnEdge - Enum constant in enum class com.luciad.layers.styles.PinStyle.EndPosition
-
The pin connects to the label at the position on any of the label's edges that is closest to the label's anchor geometry.
- ClosestSurface - Enum constant in enum class com.luciad.maps.Map.LocationMode
-
Defines the view-to-map transformation mode where, for a given view point (pixels), a corresponding position (in
Map
coordinates) on a closest surface is provided. - color(Color) - Method in class com.luciad.layers.features.FeatureCanvas.Icon3DDrawCommand
-
The color of the 3D icon.
- color(Color) - Method in class com.luciad.layers.styles.FillStyle.Builder
-
Sets the fill color.
- color(Color) - Method in class com.luciad.layers.styles.LineStyle.Builder
-
Sets the line color.
- color(Color) - Method in class com.luciad.symbology.military.MilitarySymbolStyle.Builder
-
Sets the color to be used if affiliation colors have been disabled (see
affiliationColorEnabled
) or if the symbol has no affiliation by default. - colorAttribute(String) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
-
Creates an attribute expression that represents a color.
- colorExpression(StyleExpression<Color>) - Method in class com.luciad.layers.styles.MeshStyle.Builder
-
An expression to specify what colors to apply to mesh data.
- colorExpression(StyleExpression<Color>) - Method in class com.luciad.layers.styles.PointCloudStyle.Builder
-
An expression to specify what colors to apply to point cloud's points.
- com.luciad - package com.luciad
-
The LuciadCPillar API.
- com.luciad.animations - package com.luciad.animations
-
Animations API.
- com.luciad.cameras - package com.luciad.cameras
-
Camera API.
- com.luciad.cartesian - package com.luciad.cartesian
-
Basic constructs of Cartesian geometry.
- com.luciad.concurrent - package com.luciad.concurrent
-
Utility classes for handling concurrent access.
- com.luciad.containers - package com.luciad.containers
-
Basic container utilities.
- com.luciad.controllers - package com.luciad.controllers
-
Provides interaction with the data presented on a Map.
- com.luciad.create - package com.luciad.create
-
Supports interactive creation of Features on the Map.
- com.luciad.create.features - package com.luciad.create.features
-
Creating features.
- com.luciad.create.geometries - package com.luciad.create.geometries
-
Creating geometries for features.
- com.luciad.datamodels - package com.luciad.datamodels
-
This package provides an API to describe domain objects in a unified way.
- com.luciad.drawing - package com.luciad.drawing
-
Drawing-related concepts like Icons, Color, Image, ...
- com.luciad.edit - package com.luciad.edit
-
Supports interactive editing of Features on the Map.
- com.luciad.edit.features - package com.luciad.edit.features
-
Editing features.
- com.luciad.edit.geometries - package com.luciad.edit.geometries
-
Editing geometries.
- com.luciad.edit.handles - package com.luciad.edit.handles
-
Edit handles.
- com.luciad.expressions - package com.luciad.expressions
-
Support for creating expressions over an abstract object model.
- com.luciad.formats.dted - package com.luciad.formats.dted
-
Support for accessing DTED data.
- com.luciad.formats.gdal - package com.luciad.formats.gdal
-
Support for accessing data formats through the GDAL library.
- com.luciad.formats.geopackage - package com.luciad.formats.geopackage
-
Support for accessing OGC GeoPackage data.
- com.luciad.formats.hspc - package com.luciad.formats.hspc
-
Support for accessing Hexagon Smart Point Cloud data.
- com.luciad.formats.mbtiles - package com.luciad.formats.mbtiles
-
Support for accessing MBTiles data.
- com.luciad.formats.ogc3dtiles - package com.luciad.formats.ogc3dtiles
-
Support for accessing OGC 3D Tiles data.
- com.luciad.formats.wms - package com.luciad.formats.wms
-
Support for accessing OGC Web Map Services.
- com.luciad.formats.wmts - package com.luciad.formats.wmts
-
Support for accessing OGC Web Map Tile Services.
- com.luciad.geodesy - package com.luciad.geodesy
-
Coordinate references and geodesy calculations.
- com.luciad.geometries - package com.luciad.geometries
-
Everything related to representing geometries.
- com.luciad.geometries.constraints - package com.luciad.geometries.constraints
-
Geometry constraints.
- com.luciad.geometries.observable - package com.luciad.geometries.observable
-
Observe geometries and get notified when they change.
- com.luciad.grids.lonlat - package com.luciad.grids.lonlat
-
Lon lat grids related functionality.
- com.luciad.grids.mgrs - package com.luciad.grids.mgrs
-
MGRS grids related functionality.
- com.luciad.input - package com.luciad.input
-
Everything that is used as input to interact with the map.
- com.luciad.input.mouse - package com.luciad.input.mouse
-
Everything that is used as input to interact with the map using a mouse.
- com.luciad.input.touch - package com.luciad.input.touch
-
Everything that is used as input to interact with the map with a touch device.
- com.luciad.layers - package com.luciad.layers
-
Support for rendering of data on a Map.
- com.luciad.layers.features - package com.luciad.layers.features
-
Support for rendering of feature (vector) data.
- com.luciad.layers.grids - package com.luciad.layers.grids
-
Support for rendering of grids.
- com.luciad.layers.grids.labels - package com.luciad.layers.grids.labels
-
Support for grid label positioning.
- com.luciad.layers.grids.lonlat - package com.luciad.layers.grids.lonlat
-
Support for rendering of Longitude Latitude (LonLat) grids.
- com.luciad.layers.grids.mgrs - package com.luciad.layers.grids.mgrs
-
Support for rendering of Military Grid Reference System (MGRS) grids.
- com.luciad.layers.mbtiles - package com.luciad.layers.mbtiles
-
Support for rendering of Mapbox feature tile (vector) data.
- com.luciad.layers.rasters - package com.luciad.layers.rasters
-
Support for rendering of raster data.
- com.luciad.layers.styles - package com.luciad.layers.styles
-
Support for styling data on a Map.
- com.luciad.layers.styles.complexstrokes - package com.luciad.layers.styles.complexstrokes
-
Support for complex stroke linestyles and the patterns used to make them.
- com.luciad.layers.styles.complexstrokes.builders - package com.luciad.layers.styles.complexstrokes.builders
-
ComplexStroke Pattern builders.
- com.luciad.layers.styles.expressions - package com.luciad.layers.styles.expressions
-
Support for expressions for styling data on a Map.
- com.luciad.layers.tileset3d - package com.luciad.layers.tileset3d
-
Support for rendering of 3D tiles data.
- com.luciad.loaders - package com.luciad.loaders
-
Base classes related to loading data for network resources.
- com.luciad.maps - package com.luciad.maps
-
Supports display of data on screen using a map with layers.
- com.luciad.maps.effects - package com.luciad.maps.effects
-
The graphics effects that can be applied to a map.
- com.luciad.models - package com.luciad.models
-
Models provide content to be displayed in a Map.
- com.luciad.models.features - package com.luciad.models.features
-
Models containing vector data.
- com.luciad.models.featuretiles - package com.luciad.models.featuretiles
-
Models containing tiled vector data.
- com.luciad.models.rasters - package com.luciad.models.rasters
-
Models containing imagery or elevation data.
- com.luciad.models.tileset3d - package com.luciad.models.tileset3d
-
Models containing 3D tiles data.
- com.luciad.net - package com.luciad.net
-
Programming interface for network operations.
- com.luciad.net.http - package com.luciad.net.http
-
HTTP Client API.
- com.luciad.rasters - package com.luciad.rasters
-
Classes for modeling raster data.
- com.luciad.symbology.military - package com.luciad.symbology.military
-
Support for MIL-STD 2525 and APP6 symbologies.
- com.luciad.text - package com.luciad.text
-
Text related functionality.
- com.luciad.utils - package com.luciad.utils
-
General utility classes.
- CombatEffectiveness - Enum constant in enum class com.luciad.symbology.military.MilitarySymbol.Modifier
-
Unit effectiveness or installation capability (text modifier).
- combineWithFallback(ComplexStrokePattern) - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
-
Creates a pattern that allows the
fallback pattern
to be painted on top of the given pattern. - combineWithRegular(ComplexStrokePattern) - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
-
Creates a pattern that allows the
regular pattern
to be painted on top of the given pattern. - CommonIdentifier - Enum constant in enum class com.luciad.symbology.military.MilitarySymbol.Modifier
-
Example: "Hawk" for Hawk SAM system (text modifier).
- compare(Feature, Feature) - Method in class com.luciad.models.features.FeatureComparator
- compareTo(Priority) - Method in class com.luciad.containers.Priority
- compareTo(MapScale) - Method in class com.luciad.maps.MapScale
- ComplexStrokeLineStyle - Class in com.luciad.layers.styles.complexstrokes
-
A style that can be used to stroke the outline of a shape with complex patterns.
- ComplexStrokeLineStyle.Builder - Class in com.luciad.layers.styles.complexstrokes
-
A builder to create
ComplexStrokeLineStyle
objects. - ComplexStrokeOrientation - Enum Class in com.luciad.layers.styles.complexstrokes
-
The orientation of the area that is used to render the complex stroke on for 3D lines.
- ComplexStrokePattern - Class in com.luciad.layers.styles.complexstrokes
-
This class represents a complex stroke pattern, for example a dash or an arrow.
- ComplexStrokePatternArrowType - Enum Class in com.luciad.layers.styles.complexstrokes
-
The different arrow types supported by the
arrow pattern
. - ComplexStrokePatternFactory - Class in com.luciad.layers.styles.complexstrokes
-
Factory to create all
patterns
that are used to createcomplex strokes
. - Complex strokes on 3D lines - Search tag in class com.luciad.layers.styles.complexstrokes.ComplexStrokeLineStyle
- Section
- composePatterns(List<ComplexStrokePattern>) - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
-
Creates a pattern consisting of multiple sub-patterns that are painted on top of each other.
- CompositeCurve - Class in com.luciad.geometries
-
Represents a composite curve.
- CompositeFeatureHandlesProvider - Class in com.luciad.edit.features
-
A composite implementation of
IFeatureHandlesProvider
. - CompositeFeatureHandlesProvider() - Constructor for class com.luciad.edit.features.CompositeFeatureHandlesProvider
-
Creates an empty composite instance.
- CompositeGeometryHandlesProvider - Class in com.luciad.edit.geometries
-
A composite implementation of
IGeometryHandlesProvider
. - CompositeGeometryHandlesProvider() - Constructor for class com.luciad.edit.geometries.CompositeGeometryHandlesProvider
-
Creates an empty composite instance.
- CompositePatch - Class in com.luciad.geometries
-
Represents a composite patch.
- CompositeRing - Class in com.luciad.geometries
-
Represents a composite ring.
- computePoint(double) - Method in class com.luciad.geometries.Curve
-
Computes a point of the curve, defined by the given parameter.
- condition(Expression) - Method in class com.luciad.models.features.FeatureQuery.Builder
-
Sets the condition to apply.
- configureMetadata(FeaturePainterMetadata) - Method in interface com.luciad.layers.features.IFeaturePainter
-
This method is called by the layer to determine when the styling defined by this
IFeaturePainter
changes. - confirmCredentials(AuthenticationScope, Credentials) - Method in interface com.luciad.loaders.ICredentialsProvider
-
This method indicates that previously supplied credentials are accepted by the server.
- constant(T) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
-
Creates an expression that represents a 'constant' value.
- Consumed - Enum constant in enum class com.luciad.controllers.EventResult
-
Used to signal that an event was consumed.
- contains2D(Bounds, Coordinate) - Static method in class com.luciad.geometries.Bounds
-
Checks if this bounds contains the specified coordinate, considering only the x and y values.
- contains2D(Bounds, Coordinate, double) - Static method in class com.luciad.geometries.Bounds
-
Checks if this bounds contains the specified coordinate, considering only the x and y values.
- contains2D(Bounds, Bounds) - Static method in class com.luciad.geometries.Bounds
-
Checks if the first bounds contains the second bounds, only considering x and y values.
- contains2D(Bounds, Bounds, double) - Static method in class com.luciad.geometries.Bounds
-
Checks if the first bounds contains the second bounds, only considering x and y values.
- contains3D(Bounds, Coordinate) - Static method in class com.luciad.geometries.Bounds
-
Checks if the first bounds contains the second bounds.
- contains3D(Bounds, Coordinate, double) - Static method in class com.luciad.geometries.Bounds
-
Checks if the first bounds contains the second bounds.
- contrast(double) - Method in class com.luciad.layers.styles.RasterStyle.Builder
-
Sets the contrast.
- Coordinate - Class in com.luciad.cartesian
-
A "POD" for a 3D coordinate.
- Coordinate() - Constructor for class com.luciad.cartesian.Coordinate
-
Constructs a coordinate with default values for
x
,y
, andz
using 0. - Coordinate(double, double) - Constructor for class com.luciad.cartesian.Coordinate
-
Constructs a coordinate with the provide values for
x
,y
, andz
. - Coordinate(double, double, double) - Constructor for class com.luciad.cartesian.Coordinate
-
Constructs a coordinate with the provide values for
x
,y
, andz
. - coordinateAttribute(String) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
-
Creates an attribute expression that represents a coordinate.
- coordinateReference(CoordinateReference) - Method in class com.luciad.formats.geopackage.GeoPackageFeatureModelCreateOptions.Builder
-
The
coordinate reference
which is used in the newIFeatureModel
. - CoordinateReference - Class in com.luciad.geodesy
-
Represents a coordinate reference.
- Coordinate reference - Search tag in com.luciad.formats.geopackage.GeoPackageModelEncoder.exportFeatureModel(String, IFeatureModel, GeoPackageFeatureModelExportOptions)
- Section
- CoordinateReferenceProvider - Class in com.luciad.geodesy
-
Factory to create coordinate references from EPSG and OGC identifiers.
- Coordinate references - Search tag in com.luciad.formats.geopackage.GeoPackageModelDecoder.decode(GeoPackageDataSource, GeoPackageModelDecoderOptions)
- Section
- coordinateSeparator(String) - Method in class com.luciad.grids.mgrs.MgrsFormat.Builder
-
Sets the string to separate the zone/grid letters and the coordinates.
- copyAndChangeCode(String) - Method in class com.luciad.symbology.military.MilitarySymbol
-
Creates a new military symbol based on the given code.
- copyToFeature(Feature, Geometry) - Method in class com.luciad.symbology.military.MilitarySymbol
-
Creates a new feature based on this military symbol and the given feature.
- cornerSmoothness(double) - Method in class com.luciad.symbology.military.MilitarySymbolStyle.Builder
-
Sets the smoothness (or rounding) factor for polygon corners.
- cos(StyleExpression<T>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
-
Creates an expression that takes the cosine of another expression.
- CounterClockwise - Enum constant in enum class com.luciad.cartesian.Angle.Direction
-
Angle
in counter-clockwise direction. - Country - Enum constant in enum class com.luciad.symbology.military.MilitarySymbol.Modifier
-
Country.
- create() - Static method in class com.luciad.layers.features.FeatureStateManager.Change
-
Returns a new, empty,
FeatureStateManager.Change
. - create(long, long, boolean, PixelFormat, ByteBuffer) - Static method in class com.luciad.drawing.Image
-
Creates an Image.
- create(CoordinateReference, CoordinateReference) - Static method in class com.luciad.geodesy.Transformation
-
Creates a transformation for the given references.
- create(CoordinateReference, LineInterpolationType) - Static method in class com.luciad.geodesy.GeodesyCalculations
-
Factory to create geodesy implementations for a given coordinate reference and line type.
- create(Feature) - Static method in class com.luciad.symbology.military.MilitarySymbol
-
Creates an editable military symbol based on the given
Feature
. - create(MilitarySymbology.Standard, String) - Static method in class com.luciad.symbology.military.MilitarySymbol
-
Creates an returns a military symbol with the given standard and SIDC.
- create(String) - Static method in class com.luciad.drawing.ImageIcon
-
Create an
IIcon
from a PNG or JPEG file. - create(String) - Static method in class com.luciad.geodesy.CoordinateReferenceProvider
-
Creates the coordinate reference from a given EPSG, WKT (version 1) or OGC identifier.
- create(T) - Static method in class com.luciad.utils.Observable
-
Creates a new
Observable
with the given initial value. - create(T, Class<T>) - Static method in class com.luciad.utils.Observable
- createAlwaysAcceptEvaluator() - Static method in class com.luciad.models.features.FeatureExpressionEvaluatorFactory
-
Returns an evaluator that always returns
true
- createAnnotation(DataType) - Method in interface com.luciad.datamodels.IDataAnnotationFactory
-
Create an annotation based on dataType.
- createAppendPointHandle(Observable<Polyline>, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineHandlesProvider.IHandleFactory
-
Creates a handle that allows you to insert a new point at the end of a
Polyline
. - createArcBand(CoordinateReference, Coordinate, double, double, Angle, Angle) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create an arc band.
- createArcBand(CoordinateReference, Coordinate, double, double, Angle, Angle, Angle.Direction) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create an arc band.
- createBezierCurve(CoordinateReference, Coordinate, Coordinate, Coordinate) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a quadratic Bezier curve transitioning smoothly between startPoint and endPoint.
- createBounds(CoordinateReference, Coordinate, double, double, double) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a bounding box geometry.
- createCircleBy3Points(CoordinateReference, Coordinate, Coordinate, Coordinate) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a circle, given three points.
- createCircleByCenterPoint(CoordinateReference, Coordinate, double) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a circle.
- createCircularArcBy3Points(CoordinateReference, Coordinate, Coordinate, Coordinate) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a circular arc, given three points.
- createCircularArcByBulge(CoordinateReference, Coordinate, Coordinate, double) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a circular arc, starting at the given start point and ending in the given end point.
- createCircularArcByCenterPoint(CoordinateReference, Coordinate, double, Angle, Angle) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a circular arc.
- createCircularArcByCenterPoint(CoordinateReference, Coordinate, double, Angle, Angle, Angle.Direction) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a circular arc.
- createCompositeCurve(List<Curve>) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory to create a composite curve.
- createCompositePatch(Patch, List<Patch>) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory to create a composite patch.
- createCompositeRing(List<Curve>) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory to create a composite ring.
- createDefault() - Static method in class com.luciad.edit.features.CompositeFeatureHandlesProvider
-
Creates a composite instance with a default set of instances that can handle any
Feature
instance that can be edited through itsGeometry
, using theconfigured
geometry provider. - createDefault() - Static method in class com.luciad.edit.geometries.CompositeGeometryHandlesProvider
-
Creates a a composite instance with a default set of instances that can handle the following geometries:
- createElevationPointHandle(Observable<Point>, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PointHandlesProvider.IHandleFactory
-
Creates a handle that allows you to move the
Point
vertically. - createElevationPointHandle(Observable<Polyline>, long, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineHandlesProvider.IHandleFactory
-
Creates a handle that allows you to change the elevation of the point of a
Polyline
. - createEllipse(CoordinateReference, Coordinate, double, double, Angle) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create an ellipse.
- createEllipticalArc(CoordinateReference, Coordinate, double, double, Angle, Angle, Angle) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create an elliptical arc.
- createEllipticalArc(CoordinateReference, Coordinate, double, double, Angle, Angle, Angle, Angle.Direction) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create an elliptical arc.
- createEmptyGeoPackageDataSet(String, GeoPackageFeatureModelCreateOptions) - Static method in class com.luciad.formats.geopackage.GeoPackageModelEncoder
-
Creates a new empty table in the GeoPackage located at the specified path according to the
data type
specified in theoptions
, and immediately decodes it as afeature model
that can be edited. - createEvaluator(Expression) - Static method in class com.luciad.models.features.FeatureExpressionEvaluatorFactory
-
Create an evaluator for the given expression.
- createEvaluator(FeatureQuery) - Static method in class com.luciad.models.features.FeatureExpressionEvaluatorFactory
-
Create an evaluator for the given query.
- createEvaluator(List<Long>) - Static method in class com.luciad.models.features.FeatureExpressionEvaluatorFactory
-
Returns returns an evaluator that only accepts features that are contained in the given list of feature id's.
- createEvent(Coordinate, double, Angle, Coordinate, double, Angle, Coordinate, double, Angle, EventStatus) - Static method in class com.luciad.input.touch.TouchPinchRotateEvent
-
Creates a two pointer event.
- createExtrudedGeometry(CoordinateReference, Geometry, double, double) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create an extruded geometry, based on a base geometry, minimum height and maximum height.
- createInitializer() - Static method in class com.luciad.Environment
-
Starts the initialization of the global
Environment
. - createInsertPointHandle(Observable<Polyline>, long, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineHandlesProvider.IHandleFactory
-
Creates a handle that allows you to insert a new point between two existing points of a
Polyline
. - createInsertPointHandle(Observable<PolylineRing>, long, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineRingHandlesProvider.IHandleFactory
-
Creates a handle that allows you to insert a new point in a
PolylineRing
. - createLine(CoordinateReference, Coordinate, Coordinate, LineInterpolationType) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a line.
- createMovePointHandle(Observable<Polyline>, long, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineHandlesProvider.IHandleFactory
-
Creates a handle that allows you to move a point of the
Polyline
. - createMovePointHandle(Observable<PolylineRing>, long, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineRingHandlesProvider.IHandleFactory
-
Creates a handle that allows you to move a point of the
PolylineRing
. - createMultiGeometry(List<Geometry>) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory to create a multi-geometry.
- createPainter(IconPainterContext) - Method in interface com.luciad.drawing.IIcon
-
Creates an
IIconPainter
for a given context. - createPatch(Ring) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a patch based on a
Ring
. - createPoint(CoordinateReference, double, double, double) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a point.
- createPoint(CoordinateReference, Coordinate) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a point from a coordinate.
- createPolygon(PolylineRing, List<PolylineRing>) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory to create a polygon.
- createPolyline(CoordinateReference, List<Coordinate>, LineInterpolationType) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory to create a polyline.
- createPolylineRing(CoordinateReference, List<Coordinate>, LineInterpolationType) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory to create a polyline to be used as ring.
- createPrependPointHandle(Observable<Polyline>, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineHandlesProvider.IHandleFactory
-
Creates a handle that allows you to insert a new point at the start of a
Polyline
. - createRemovePointHandle(Observable<Polyline>, long, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineHandlesProvider.IHandleFactory
-
Creates a handle that allows you to remove a point of the
Polyline
. - createRemovePointHandle(Observable<PolylineRing>, long, IPointEditAction, FeatureEditContext) - Method in interface com.luciad.edit.geometries.PolylineRingHandlesProvider.IHandleFactory
-
Creates a handle that allows you to remove a point of the
PolylineRing
. - createRoundedPolyline(CoordinateReference, List<Coordinate>, double) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a curve where pointy corners are replaced by Bezier Curves.
- createRoundedPolylineRing(CoordinateReference, List<Coordinate>, double) - Static method in class com.luciad.geometries.GeometryFactory
-
Factory method to create a ring where pointy corners are replaced by Bezier Curves.
- createStartEvent(Coordinate, double, Angle, Coordinate, double, Angle) - Static method in class com.luciad.input.touch.TouchPinchRotateEvent
-
Creates the first
TouchPinchRotateEvent
of a gesture. - createTemplate(CoordinateReference, double, double, double) - Method in class com.luciad.symbology.military.MilitarySymbologyNode
-
Creates a suitable geometry for this symbology node, at the given location and of the provided size.
- Create the arc band you need - Search tag in com.luciad.geometries.GeometryFactory.createArcBand(CoordinateReference, Coordinate, double, double, Angle, Angle)
- Section
- Create the arc band you need - Search tag in com.luciad.geometries.GeometryFactory.createArcBand(CoordinateReference, Coordinate, double, double, Angle, Angle, Angle.Direction)
- Section
- Create the circular arc you need - Search tag in com.luciad.geometries.GeometryFactory.createCircularArcByCenterPoint(CoordinateReference, Coordinate, double, Angle, Angle)
- Section
- Create the circular arc you need - Search tag in com.luciad.geometries.GeometryFactory.createCircularArcByCenterPoint(CoordinateReference, Coordinate, double, Angle, Angle, Angle.Direction)
- Section
- createTranslateHandle(Observable<Feature>, Observable<Geometry>, ITranslateEditAction, FeatureEditContext) - Method in interface com.luciad.edit.features.FeatureHandlesProvider.IHandleFactory
-
Creates a handle that allows you to translate the entire
Geometry
. - Creator - Class in com.luciad.create
-
This class allows you to interactively create Features on the
Map
. - Creator.Builder - Class in com.luciad.create
- credentialProvider(ICredentialsProvider) - Method in class com.luciad.net.http.HttpClient.Builder
-
Sets the
credentials provider
used by theHttpClient
. - Credentials - Interface in com.luciad.loaders
-
Marker interface for user credentials.
- Cross - Static variable in class com.luciad.maps.MouseCursor
-
Returns the cross mouse cursor.
- crossProduct(StyleExpression<Coordinate>, StyleExpression<Coordinate>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
-
Creates an expression that calculates the cross product of two expressions representing
Coordinate
. - Ctrl - Static variable in class com.luciad.input.ModifierKeys
-
A
ModifierKeys
instance that represents the Ctrl modifier key. - cursor(MouseCursor) - Method in class com.luciad.edit.handles.EditActionBinder
-
Sets the mouse cursor to display when this handle is highlighted and this action's requirements, such as modifier keys or mouse button clicks, are met.
- Curve - Class in com.luciad.geometries
-
1-dimensional geometric primitive, representing the continuous image of a line.
All Classes and Interfaces|All Packages|Serialized Form