Skip navigation links
LuciadCPillar
2023.1.04
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

F

F - Static variable in class com.luciad.input.KeyCode
A key code representing the 'F' key.
facetCulling(FacetCullingType) - Method in class com.luciad.layers.features.FeatureCanvas.Icon3DDrawCommand
This setting determines which side of the surfaces (facets) that make up a mesh are omitted (culled) from the rendering result.
facetCulling(FacetCullingType) - Method in class com.luciad.layers.styles.MeshStyle.Builder
This setting determines which side of the surfaces (facets) that make up a mesh are omitted (culled) from the rendering result.
FacetCullingType - Enum in com.luciad.layers.styles
An enumeration to describe facet culling used for meshes.
factor(double) - Method in class com.luciad.maps.MapNavigator.ZoomAction
Sets the zoom factor.
fadingTime(Duration) - Method in class com.luciad.layers.tileset3d.TileSet3DLayer.Builder
The time tiles will take to fade in / out when changing their visibility If set to 0, fading of tiles is disabled.
Fallback - Static variable in class com.luciad.containers.Priority
Preset priority value that represents a fallback priority.
fallback(ComplexStrokePattern) - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokeLineStyle.Builder
The pattern that is painted if no decoration or regular pattern can be painted.
Feature - Class in com.luciad.models.features
A Feature is a (partial) copy of a domain object.
Feature.Builder - Class in com.luciad.models.features
Allows the incremental creation of a Feature object.
FeatureCanvas - Class in com.luciad.layers.features
Canvas to provide the commands to draw a geometry, icon, 3D icon, text or a label.
FeatureCanvas.GeometryDrawCommand - Class in com.luciad.layers.features
Command to specify drawing options for a geometry.
FeatureCanvas.Icon3DDrawCommand - Class in com.luciad.layers.features
An Icon3DDrawCommand describes how a 3D icon is painted in a 2D and a 3D view.
FeatureCanvas.IconDrawCommand - Class in com.luciad.layers.features
Command to specify drawing an icon for a geometry.
FeatureCanvas.LabelDrawCommand - Class in com.luciad.layers.features
Command to draw labels for a feature.
FeatureCanvas.TextDrawCommand - Class in com.luciad.layers.features
Command to specify drawing text for a geometry.
FeatureChange - Class in com.luciad.models.features
Represents a change for a feature.
FeatureChange(long, FeatureChangeType) - Constructor for class com.luciad.models.features.FeatureChange
Constructs the feature change based on the id of the feature and the type of change for the feature.
FeatureChange(Feature, FeatureChangeType) - Constructor for class com.luciad.models.features.FeatureChange
Constructs the feature change based on a feature instance and the type of change for the feature.
FeatureChangeType - Enum in com.luciad.models.features
Enumeration of feature related change types.
FeatureComparator - Class in com.luciad.models.features
Feature comparator class that can be used within sort algorithms.
FeatureComparator(FeatureQuery.SortOperator) - Constructor for class com.luciad.models.features.FeatureComparator
Creates a new instance with the specified "sortBy" operator.
FeatureCreateContext - Class in com.luciad.create.features
This class provides context information for feature creation.
featureCreator(IFeatureCreator) - Method in class com.luciad.create.Creator.Builder
Sets the creator that will create a feature instance.
FeatureCreator - Class in com.luciad.create.features
This class can create feature instances, based on a geometry.
FeatureCreator(Feature, IGeometryCreator) - Constructor for class com.luciad.create.features.FeatureCreator
Creates a new FeatureCreator.
FeatureEditCandidateEvent - Class in com.luciad.edit.features
This event provides information about the addition or removal of edit candidates.
FeatureEditCandidateEvent() - Constructor for class com.luciad.edit.features.FeatureEditCandidateEvent
Creates a new emtpy event.
FeatureEditCandidateEvent(FeatureEditCandidateEvent) - Constructor for class com.luciad.edit.features.FeatureEditCandidateEvent
 
FeatureEditConfigurationBuilder - Class in com.luciad.edit.features
This builder can be used to configure editing for a layer.
FeatureEditContext - Class in com.luciad.edit.features
FeatureEditContext provides context information for the feature that is being edited.
FeatureExpressionEvaluator - Class in com.luciad.models.features
Evaluator for a Feature.
FeatureExpressionEvaluatorFactory - Class in com.luciad.models.features
Factory to create an evaluator for expressions to be applied on Feature instances.
FeatureHandlesProvider - Class in com.luciad.edit.features
Default handles provider for features.
FeatureHandlesProvider() - Constructor for class com.luciad.edit.features.FeatureHandlesProvider
Creates a new instance.
FeatureHandlesProvider.IHandleFactory - Interface in com.luciad.edit.features
Allows you to specify the translate handle that is used by this handles provider.
featureIds(List<Long>) - Method in class com.luciad.models.features.FeatureQuery.Builder
Sets the feature ids to select.
FeatureLayer - Class in com.luciad.layers.features
A layer for feature models.
FeatureLayer.Builder - Class in com.luciad.layers.features
Builder for the FeatureLayer class.
FeatureLayerLoadingStrategy - Enum in com.luciad.layers.features
Specifies how a FeatureLayer should retrieve data from its IFeatureModel.
FeatureModelBuilder - Class in com.luciad.models.features
Helps the creation of a IFeatureModel given a list of features, a model metadata, a feature model metadata and optionally a bounds.
FeatureModelBuilder(FeatureModelBuilder) - Constructor for class com.luciad.models.features.FeatureModelBuilder
 
FeatureModelEvent - Class in com.luciad.models.features
Represents a change in the feature model, which may result in a different visual representation.
FeatureModelEvent() - Constructor for class com.luciad.models.features.FeatureModelEvent
 
featureModelMetadata(FeatureModelMetadata) - Method in class com.luciad.models.features.FeatureModelBuilder
Sets the FeatureModelMetadata of the feature model.
FeatureModelMetadata - Class in com.luciad.models.features
This class exposes feature-specific metadata.
FeatureModelMetadata.Builder - Class in com.luciad.models.features
The builder for creating FeatureModelMetadata classes.
FeatureModelPersistenceManager - Class in com.luciad.models.features
This class can be used to save changes to an IFeatureModel's backend.
FeatureModelPersistenceManager.Builder - Class in com.luciad.models.features
IFeatureModel implementations that have support for saving changes can use this class to create a FeatureModelPersistenceManager instance.
FeatureModelUpdate - Class in com.luciad.models.features
This class represents a single update to the model.
FeatureModelUpdate.Builder - Class in com.luciad.models.features
Builder that allows FeatureModelUpdate instances to be created.
FeaturePainterContext - Class in com.luciad.layers.features
FeaturePainterContext provides information for use during feature painting.
FeaturePainterMetadata - Class in com.luciad.layers.features
Class to provide information on what type of changes affect the styling.
FeatureQuery(Map.FeatureQuery) - Constructor for class com.luciad.maps.Map.FeatureQuery
 
FeatureQuery - Class in com.luciad.models.features
A query specifies which objects you are interested in.
FeatureQuery.Builder - Class in com.luciad.models.features
Builder to create a FeatureQuery.
FeatureQuery.SortOperator - Class in com.luciad.models.features
SortOperator class contains a list of properties that must be taken into account for sorting.
FeatureQuery.SortOrder - Enum in com.luciad.models.features
Sort order.
FeatureQuery.SortProperty - Class in com.luciad.models.features
SortProperty class defines the property name and the sort order for the SortOperator.
FeatureQueryConfiguration - Class in com.luciad.layers.features
The FeatureQueryConfiguration specifies which conditions to use for feature querying based on the map's current scale.
FeatureQueryConfiguration.Builder - Class in com.luciad.layers.features
features(List<LayerFeatureId>) - Method in class com.luciad.maps.Map.FeatureQuery.Builder
Sets the features to select for this query.
features(List<Feature>) - Method in class com.luciad.models.features.FeatureModelBuilder
Sets the features of the feature model.
FeatureSaveErrorInfo - Class in com.luciad.models.features
This class contains details on a failed IFeatureModel save.
FeatureSaveErrorInfo.Builder - Class in com.luciad.models.features
Builder that allows FeatureSaveErrorInfo instances to be created.
FeatureState - Class in com.luciad.layers.features
Representation of the state of a feature.
FeatureStateEditCandidateProvider - Class in com.luciad.edit.features
This IFeatureEditCandidateProvider uses enabled FeatureStates to determine editing candidates.
FeatureStateEditCandidateProvider(Map, FeatureState) - Constructor for class com.luciad.edit.features.FeatureStateEditCandidateProvider
Creates a new FeatureStateEditCandidateProvider for the given map, using the given FeatureState.
FeatureStateEvent - Class in com.luciad.layers.features
This class is used by IFeatureStateObserver to pass information about FeatureState changes.
FeatureStateManager - Class in com.luciad.layers.features
Manages feature states.
FeatureStateManager.Change - Class in com.luciad.layers.features
This class is used to build feature state changes.
featureTypes(List<DataType>) - Method in class com.luciad.models.features.FeatureModelMetadata.Builder
Sets the DataTypes of the Features in the model.
fill(FillStyle) - Method in class com.luciad.layers.features.FeatureCanvas.GeometryDrawCommand
Specifies the fill styling for the geometry, cannot be null.
fillColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArcPatternBuilder
Sets the fill color.
fillColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArrowPatternBuilder
Sets the fill color.
fillColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.LinePatternBuilder
Sets the fill color.
fillColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.RectanglePatternBuilder
Sets the fill color.
fillColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.TrianglePatternBuilder
Sets the fill color.
fillColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.WavePatternBuilder
Sets the fill color.
fillEnabled(boolean) - Method in class com.luciad.symbology.military.MilitarySymbolStyle.Builder
Sets whether an icon symbol should be painted filled.
fillPercentage(double) - Method in class com.luciad.symbology.military.MilitarySymbolStyle.Builder
Sets the percentage ([0.0, 1.0]) of an icon symbol's frame that is painted with the regular fill color, as determined by its affiliation (see affiliationColor).
fillStyle(FillStyle) - Method in class com.luciad.layers.rasters.RasterLayer.Builder
Sets the fill style used when the raster data extent is shown when zoomed out far.
FillStyle - Class in com.luciad.layers.styles
This class contains styling properties to determine how an area is filled.
FillStyle.Builder - Class in com.luciad.layers.styles
A builder class for creating fill styles.
finalize() - Method in class com.luciad.animations.AnimationManager
 
finalize() - Method in class com.luciad.cameras.Camera
 
finalize() - Method in class com.luciad.cameras.OrthographicCamera.Builder
 
finalize() - Method in class com.luciad.cameras.OrthographicCamera
 
finalize() - Method in class com.luciad.cameras.PerspectiveCamera.Builder
 
finalize() - Method in class com.luciad.cameras.PerspectiveCamera
 
finalize() - Method in class com.luciad.concurrent.CancellationToken
 
finalize() - Method in class com.luciad.containers.ByteBuffer
 
finalize() - Method in class com.luciad.containers.DataEntity
 
finalize() - Method in class com.luciad.controllers.HoverEventHandler
 
finalize() - Method in class com.luciad.controllers.PanEventHandler
 
finalize() - Method in class com.luciad.controllers.RotateEventHandler
 
finalize() - Method in class com.luciad.controllers.SelectEventHandler
 
finalize() - Method in class com.luciad.controllers.ZoomEventHandler
 
finalize() - Method in class com.luciad.create.Creator.Builder
 
finalize() - Method in class com.luciad.create.Creator
 
finalize() - Method in class com.luciad.create.features.FeatureCreateContext
 
finalize() - Method in class com.luciad.create.features.FeatureCreator
 
finalize() - Method in class com.luciad.create.geometries.PatchCreator
 
finalize() - Method in class com.luciad.create.geometries.PointCreator
 
finalize() - Method in class com.luciad.create.geometries.PolylineCreator
 
finalize() - Method in class com.luciad.create.geometries.PolylineRingCreator
 
finalize() - Method in class com.luciad.datamodels.DataAnnotation
 
finalize() - Method in class com.luciad.datamodels.DataModel.Builder
 
finalize() - Method in class com.luciad.datamodels.DataModel
 
finalize() - Method in class com.luciad.datamodels.DataProperty.Builder
 
finalize() - Method in class com.luciad.datamodels.DataProperty
 
finalize() - Method in class com.luciad.datamodels.DataPropertyPath.Builder
 
finalize() - Method in class com.luciad.datamodels.DataPropertyPath
 
finalize() - Method in class com.luciad.datamodels.DataType.Builder
 
finalize() - Method in class com.luciad.datamodels.DataType
 
finalize() - Method in class com.luciad.datamodels.GeometryDataAnnotation
 
finalize() - Method in class com.luciad.drawing.IconPainterContext
 
finalize() - Method in class com.luciad.drawing.Image
 
finalize() - Method in class com.luciad.drawing.ImageIcon.Builder
 
finalize() - Method in class com.luciad.edit.Editor.Builder
 
finalize() - Method in class com.luciad.edit.Editor
 
finalize() - Method in class com.luciad.edit.EditSettings
 
finalize() - Method in class com.luciad.edit.features.CompositeFeatureHandlesProvider
 
finalize() - Method in class com.luciad.edit.features.FeatureEditCandidateEvent
 
finalize() - Method in class com.luciad.edit.features.FeatureEditConfigurationBuilder
 
finalize() - Method in class com.luciad.edit.features.FeatureEditContext
 
finalize() - Method in class com.luciad.edit.features.FeatureHandlesProvider
 
finalize() - Method in class com.luciad.edit.features.FeatureStateEditCandidateProvider
 
finalize() - Method in class com.luciad.edit.geometries.CompositeGeometryHandlesProvider
 
finalize() - Method in class com.luciad.edit.geometries.PatchHandlesProvider
 
finalize() - Method in class com.luciad.edit.geometries.PointHandlesProvider
 
finalize() - Method in class com.luciad.edit.geometries.PolylineHandlesProvider
 
finalize() - Method in class com.luciad.edit.geometries.PolylineRingHandlesProvider
 
finalize() - Method in class com.luciad.edit.handles.EditActionBinder
 
finalize() - Method in class com.luciad.edit.handles.EditHandlesEvent
 
finalize() - Method in class com.luciad.edit.handles.PointEditHandle
 
finalize() - Method in class com.luciad.edit.handles.TranslateEditHandle
 
finalize() - Method in class com.luciad.Environment
 
finalize() - Method in class com.luciad.Environment.Initializer
 
finalize() - Method in class com.luciad.ErrorInfo
 
finalize() - Method in class com.luciad.expressions.Expression
 
finalize() - Method in class com.luciad.expressions.ExpressionValue
 
finalize() - Method in class com.luciad.formats.dted.DtedModelDecoder.Options.Builder
 
finalize() - Method in class com.luciad.formats.dted.DtedModelDecoder.Options
 
finalize() - Method in class com.luciad.formats.geopackage.GeoPackageDataSource.Builder
 
finalize() - Method in class com.luciad.formats.geopackage.GeoPackageDataSource
 
finalize() - Method in class com.luciad.formats.geopackage.GeoPackageModelDecoderOptions.Builder
 
finalize() - Method in class com.luciad.formats.geopackage.GeoPackageModelDecoderOptions
 
finalize() - Method in class com.luciad.formats.geopackage.GeoPackageTableMetadata
 
finalize() - Method in class com.luciad.formats.hspc.HspcModelDecoder.Options.Builder
 
finalize() - Method in class com.luciad.formats.hspc.HspcModelDecoder.Options
 
finalize() - Method in class com.luciad.formats.ogc3dtiles.Ogc3DTilesModelDecoder.Options.Builder
 
finalize() - Method in class com.luciad.formats.ogc3dtiles.Ogc3DTilesModelDecoder.Options
 
finalize() - Method in class com.luciad.formats.wms.WmsCapabilities
 
finalize() - Method in class com.luciad.formats.wms.WmsDataSource.Builder
 
finalize() - Method in class com.luciad.formats.wms.WmsDataSource
 
finalize() - Method in class com.luciad.formats.wms.WmsDataSource.Layer
 
finalize() - Method in class com.luciad.formats.wms.WmsLayer
 
finalize() - Method in class com.luciad.formats.wms.WmsLayerStyle
 
finalize() - Method in class com.luciad.formats.wms.WmsModelDecoderOptions.Builder
 
finalize() - Method in class com.luciad.formats.wms.WmsModelDecoderOptions
 
finalize() - Method in class com.luciad.formats.wmts.WmtsBoundingBox
 
finalize() - Method in class com.luciad.formats.wmts.WmtsCapabilities
 
finalize() - Method in class com.luciad.formats.wmts.WmtsDataSource.Builder
 
finalize() - Method in class com.luciad.formats.wmts.WmtsDataSource
 
finalize() - Method in class com.luciad.formats.wmts.WmtsLayer
 
finalize() - Method in class com.luciad.formats.wmts.WmtsLayerStyle
 
finalize() - Method in class com.luciad.formats.wmts.WmtsModelDecoderOptions.Builder
 
finalize() - Method in class com.luciad.formats.wmts.WmtsModelDecoderOptions
 
finalize() - Method in class com.luciad.geodesy.CoordinateReference
 
finalize() - Method in class com.luciad.geodesy.GeodesyCalculations
 
finalize() - Method in class com.luciad.geodesy.Transformation
 
finalize() - Method in class com.luciad.geometries.ArcBand
 
finalize() - Method in class com.luciad.geometries.BezierCurve
 
finalize() - Method in class com.luciad.geometries.Bounds
 
finalize() - Method in class com.luciad.geometries.CircleBy3Points
 
finalize() - Method in class com.luciad.geometries.CircleByCenterPoint
 
finalize() - Method in class com.luciad.geometries.CircularArcBy3Points
 
finalize() - Method in class com.luciad.geometries.CircularArcByBulge
 
finalize() - Method in class com.luciad.geometries.CircularArcByCenterPoint
 
finalize() - Method in class com.luciad.geometries.CompositeCurve
 
finalize() - Method in class com.luciad.geometries.CompositePatch
 
finalize() - Method in class com.luciad.geometries.CompositeRing
 
finalize() - Method in class com.luciad.geometries.constraints.PointChange
 
finalize() - Method in class com.luciad.geometries.constraints.PolylineChange
 
finalize() - Method in class com.luciad.geometries.Curve
 
finalize() - Method in class com.luciad.geometries.Ellipse
 
finalize() - Method in class com.luciad.geometries.EllipticalArc
 
finalize() - Method in class com.luciad.geometries.ExtrudedGeometry
 
finalize() - Method in class com.luciad.geometries.Geometry
 
finalize() - Method in class com.luciad.geometries.Line
 
finalize() - Method in class com.luciad.geometries.MultiGeometry
 
finalize() - Method in class com.luciad.geometries.Patch
 
finalize() - Method in class com.luciad.geometries.Point
 
finalize() - Method in class com.luciad.geometries.Polygon
 
finalize() - Method in class com.luciad.geometries.Polyline
 
finalize() - Method in class com.luciad.geometries.PolylineRing
 
finalize() - Method in class com.luciad.geometries.Ring
 
finalize() - Method in class com.luciad.geometries.Surface
 
finalize() - Method in class com.luciad.grids.lonlat.LonLatFormat
 
finalize() - Method in class com.luciad.grids.mgrs.MgrsFormat.Builder
 
finalize() - Method in class com.luciad.grids.mgrs.MgrsFormat
 
finalize() - Method in class com.luciad.input.ClickEvent
 
finalize() - Method in class com.luciad.input.DragEvent
 
finalize() - Method in class com.luciad.input.KeyEvent
 
finalize() - Method in class com.luciad.input.mouse.MouseClickEvent
 
finalize() - Method in class com.luciad.input.mouse.MouseDragEvent
 
finalize() - Method in class com.luciad.input.mouse.MouseGestureRecognizer
 
finalize() - Method in class com.luciad.input.mouse.MouseMoveEvent
 
finalize() - Method in class com.luciad.input.mouse.MousePressedEvent
 
finalize() - Method in class com.luciad.input.mouse.MouseReleasedEvent
 
finalize() - Method in class com.luciad.input.ScreenDistance
 
finalize() - Method in class com.luciad.input.ScrollEvent
 
finalize() - Method in class com.luciad.input.touch.TouchDownEvent
 
finalize() - Method in class com.luciad.input.touch.TouchDragEvent
 
finalize() - Method in class com.luciad.input.touch.TouchGestureRecognizer
 
finalize() - Method in class com.luciad.input.touch.TouchLongPressEvent
 
finalize() - Method in class com.luciad.input.touch.TouchPinchRotateEvent
 
finalize() - Method in class com.luciad.input.touch.TouchPointEvent
 
finalize() - Method in class com.luciad.input.touch.TouchTapEvent
 
finalize() - Method in class com.luciad.input.touch.TouchUpEvent
 
finalize() - Method in class com.luciad.layers.features.FeatureCanvas
 
finalize() - Method in class com.luciad.layers.features.FeatureCanvas.GeometryDrawCommand
 
finalize() - Method in class com.luciad.layers.features.FeatureCanvas.Icon3DDrawCommand
 
finalize() - Method in class com.luciad.layers.features.FeatureCanvas.IconDrawCommand
 
finalize() - Method in class com.luciad.layers.features.FeatureCanvas.LabelDrawCommand
 
finalize() - Method in class com.luciad.layers.features.FeatureCanvas.TextDrawCommand
 
finalize() - Method in class com.luciad.layers.features.FeatureLayer.Builder
 
finalize() - Method in class com.luciad.layers.features.FeatureLayer
 
finalize() - Method in class com.luciad.layers.features.FeaturePainterContext
 
finalize() - Method in class com.luciad.layers.features.FeaturePainterMetadata
 
finalize() - Method in class com.luciad.layers.features.FeatureQueryConfiguration.Builder
 
finalize() - Method in class com.luciad.layers.features.FeatureQueryConfiguration
 
finalize() - Method in class com.luciad.layers.features.FeatureState
 
finalize() - Method in class com.luciad.layers.features.FeatureStateEvent
 
finalize() - Method in class com.luciad.layers.features.FeatureStateManager.Change
 
finalize() - Method in class com.luciad.layers.features.FeatureStateManager
 
finalize() - Method in class com.luciad.layers.grids.GridLayer
 
finalize() - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.AdvancedBuilder
 
finalize() - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
 
finalize() - Method in class com.luciad.layers.grids.lonlat.LonLatGrid
 
finalize() - Method in class com.luciad.layers.grids.lonlat.LonLatGridLayer.Builder
 
finalize() - Method in class com.luciad.layers.grids.lonlat.LonLatGridLayer
 
finalize() - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
 
finalize() - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.AdvancedBuilder
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.Builder
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGrid
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGridLayer.Builder
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGridLayer
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting
 
finalize() - Method in class com.luciad.layers.grids.mgrs.MgrsGridTextProvider
 
finalize() - Method in class com.luciad.layers.Layer
 
finalize() - Method in class com.luciad.layers.LayerList
 
finalize() - Method in class com.luciad.layers.rasters.RasterLayer.Builder
 
finalize() - Method in class com.luciad.layers.rasters.RasterLayer
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.ArcPatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.ArrowPatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.IconPatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.LinePatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.ParallelLinePatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.PolylinePatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.RectanglePatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.TextPatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.TrianglePatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.builders.WavePatternBuilder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokeLineStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokeLineStyle
 
finalize() - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePattern
 
finalize() - Method in class com.luciad.layers.styles.FillStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.FillStyle
 
finalize() - Method in class com.luciad.layers.styles.LineStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.LineStyle
 
finalize() - Method in class com.luciad.layers.styles.MeshStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.MeshStyle
 
finalize() - Method in class com.luciad.layers.styles.OnPathLabelStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.OnPathLabelStyle
 
finalize() - Method in class com.luciad.layers.styles.PinStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.PinStyle
 
finalize() - Method in class com.luciad.layers.styles.PointCloudStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.PointCloudStyle
 
finalize() - Method in class com.luciad.layers.styles.RasterStyle.Builder
 
finalize() - Method in class com.luciad.layers.styles.RasterStyle
 
finalize() - Method in class com.luciad.layers.tileset3d.TileSet3DLayer.Builder
 
finalize() - Method in class com.luciad.layers.tileset3d.TileSet3DLayer
 
finalize() - Method in class com.luciad.loaders.AuthenticationScope
 
finalize() - Method in class com.luciad.loaders.Proxy
 
finalize() - Method in class com.luciad.loaders.UsernamePasswordCredentials
 
finalize() - Method in class com.luciad.maps.effects.AmbientOcclusionEffect
 
finalize() - Method in class com.luciad.maps.effects.AtmosphereEffect
 
finalize() - Method in class com.luciad.maps.effects.EyeDomeLightingEffect
 
finalize() - Method in class com.luciad.maps.effects.GraphicsEffects
 
finalize() - Method in class com.luciad.maps.Map.Builder
 
finalize() - Method in class com.luciad.maps.Map.FeatureQuery.Builder
 
finalize() - Method in class com.luciad.maps.Map.FeatureQuery
 
finalize() - Method in class com.luciad.maps.Map
 
finalize() - Method in class com.luciad.maps.Map.HeightProvider
 
finalize() - Method in class com.luciad.maps.Map.Renderer
 
finalize() - Method in class com.luciad.maps.Map.ViewMapTransformation
 
finalize() - Method in class com.luciad.maps.MapNavigator.AboveConstraintOptions
 
finalize() - Method in class com.luciad.maps.MapNavigator.BoundsConstraintOptions
 
finalize() - Method in class com.luciad.maps.MapNavigator
 
finalize() - Method in class com.luciad.maps.MapNavigator.FitAction
 
finalize() - Method in class com.luciad.maps.MapNavigator.PanAction
 
finalize() - Method in class com.luciad.maps.MapNavigator.PitchConstraintOptions
 
finalize() - Method in class com.luciad.maps.MapNavigator.RotateAction
 
finalize() - Method in class com.luciad.maps.MapNavigator.ScaleConstraintOptions
 
finalize() - Method in class com.luciad.maps.MapNavigator.ZoomAction
 
finalize() - Method in class com.luciad.models.features.DefaultFeatureGeometryProvider
 
finalize() - Method in class com.luciad.models.features.Feature.Builder
 
finalize() - Method in class com.luciad.models.features.Feature
 
finalize() - Method in class com.luciad.models.features.FeatureExpressionEvaluator
 
finalize() - Method in class com.luciad.models.features.FeatureModelBuilder
 
finalize() - Method in class com.luciad.models.features.FeatureModelEvent
 
finalize() - Method in class com.luciad.models.features.FeatureModelMetadata.Builder
 
finalize() - Method in class com.luciad.models.features.FeatureModelMetadata
 
finalize() - Method in class com.luciad.models.features.FeatureModelPersistenceManager.Builder
 
finalize() - Method in class com.luciad.models.features.FeatureModelPersistenceManager
 
finalize() - Method in class com.luciad.models.features.FeatureModelUpdate.Builder
 
finalize() - Method in class com.luciad.models.features.FeatureModelUpdate
 
finalize() - Method in class com.luciad.models.features.FeatureQuery.Builder
 
finalize() - Method in class com.luciad.models.features.FeatureQuery
 
finalize() - Method in class com.luciad.models.features.FeatureQuery.SortOperator
 
finalize() - Method in class com.luciad.models.features.FeatureQuery.SortProperty
 
finalize() - Method in class com.luciad.models.features.FeatureSaveErrorInfo.Builder
 
finalize() - Method in class com.luciad.models.features.FeatureSaveErrorInfo
 
finalize() - Method in class com.luciad.models.ModelMetadata.Builder
 
finalize() - Method in class com.luciad.models.ModelMetadata
 
finalize() - Method in class com.luciad.models.rasters.IRasterModel
 
finalize() - Method in class com.luciad.models.rasters.MultilevelTiledRasterModelBuilder
 
finalize() - Method in class com.luciad.models.rasters.QuadTreeRasterModelBuilder
 
finalize() - Method in class com.luciad.models.rasters.RasterModelHeightProvider.Builder
 
finalize() - Method in class com.luciad.models.rasters.RasterModelHeightProvider
 
finalize() - Method in class com.luciad.models.tileset3d.ITileSet3DModel
 
finalize() - Method in class com.luciad.net.http.HttpClient.Builder
 
finalize() - Method in class com.luciad.net.http.HttpClient
 
finalize() - Method in class com.luciad.net.http.HttpHeader
 
finalize() - Method in class com.luciad.net.http.HttpRequest.Builder
 
finalize() - Method in class com.luciad.net.http.HttpRequest
 
finalize() - Method in class com.luciad.net.http.HttpRequestOptions.Builder
 
finalize() - Method in class com.luciad.net.http.HttpRequestOptions
 
finalize() - Method in class com.luciad.net.http.HttpResponse.Builder
 
finalize() - Method in class com.luciad.net.http.HttpResponse
 
finalize() - Method in class com.luciad.net.UriQueryParameter
 
finalize() - Method in class com.luciad.rasters.PixelDensity
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbol
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbolFeatureCreator
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbolFeatureHandlesProvider
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbology
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbologyCanvas.DrawCommand
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbologyCanvas
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbologyNode
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbolStyle.Builder
 
finalize() - Method in class com.luciad.symbology.military.MilitarySymbolStyle
 
finalize() - Method in class com.luciad.text.TextBlock.Builder
 
finalize() - Method in class com.luciad.text.TextBlock
 
finalize() - Method in class com.luciad.text.TextBlock.LineBuilder
 
finalize() - Method in class com.luciad.text.TextStyle.Builder
 
finalize() - Method in class com.luciad.text.TextStyle
 
find(DataType) - Static method in class com.luciad.datamodels.GeometryDataAnnotation
Searches for the geometry data annotation on a give data type.
findDataProperty(String) - Method in class com.luciad.datamodels.DataType
Searches for a data property by name.
findDataType(String) - Method in class com.luciad.datamodels.DataModel
Searches for a data type by name.
findGeometry() - Method in class com.luciad.models.features.Feature
Tries to find a geometry for this feature.
findLayerById(long) - Method in class com.luciad.layers.LayerList
Searches for the layer with a provided id in the layer list.
fit() - Method in class com.luciad.maps.MapNavigator.FitAction
Applies the fit action.
fitMarginPercent(double) - Method in class com.luciad.maps.MapNavigator.FitAction
The fit margin is the margin between the bounds to fit on and the edge of the visible map.
Five - Static variable in class com.luciad.input.KeyCode
A key code representing the '5' key.
fixedLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArcPatternBuilder
Set the length of the pattern in pixels.
fixedLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.LinePatternBuilder
Set the length of the pattern in pixels.
fixedLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.ParallelLinePatternBuilder
Set the length of the pattern in pixels.
fixedLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.RectanglePatternBuilder
Set the length of the pattern in pixels.
fixedLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.WavePatternBuilder
Set the length of the pattern in pixels.
fontName(String) - Method in class com.luciad.text.TextStyle.Builder
Sets the font name used for text rendering (possible values: Serif, Sans, Arial, Arial Black, Arial Narrow, Calibri, Console, Noto).
fontSize(long) - Method in class com.luciad.text.TextStyle.Builder
Sets the font size in pixels , where a pixel is defined as 1/96th of 1 inch (https://www.w3.org/TR/css-values-4/#absolute-lengths).
format(String) - Method in class com.luciad.formats.wms.WmsDataSource.Builder
Sets the image format for GetMap requests.
format(String) - Method in class com.luciad.formats.wmts.WmtsDataSource.Builder
Sets the preferred format to request images.
format(Point) - Method in class com.luciad.grids.lonlat.LonLatFormat
Format the given Point according to this LonLatFormat.
format(Coordinate) - Method in class com.luciad.grids.lonlat.LonLatFormat
Format the given LonLat Coordinate according to this LonLatFormat.
format(Point) - Method in class com.luciad.grids.mgrs.MgrsFormat
Formats the given point or the given (lon,lat) pair as an MGRS or UTM/UPS coordinate string.
formatLat(double) - Method in class com.luciad.grids.lonlat.LonLatFormat
Format the given latitude according to this LonLatFormat.
formatLon(double) - Method in class com.luciad.grids.lonlat.LonLatFormat
Format the given longitude according to this LonLatFormat.
formatType(MgrsFormatType) - Method in class com.luciad.grids.mgrs.MgrsFormat.Builder
Sets the MgrsFormatType.
forward(boolean) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArrowPatternBuilder
If true, the arrow is oriented towards the end of the line.
forwardAzimuth2D(Coordinate, Coordinate) - Method in class com.luciad.geodesy.GeodesyCalculations
Calculates the forward azimuth to go from point p1 to point p2.
Four - Static variable in class com.luciad.input.KeyCode
A key code representing the '4' key.
fovY(Angle) - Method in class com.luciad.cameras.PerspectiveCamera.Builder
Sets the vertical field of view.
fraction(StyleExpression<T>, StyleExpression<U>, StyleExpression<U>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
Creates an expression that calculates the fraction of the given operand in the range [lowerBound, upperBound] evaluates to (operand - lowerBound) / (upperBound - lowerBound).
frameEnabled(boolean) - Method in class com.luciad.symbology.military.MilitarySymbolStyle.Builder
Sets whether the frame of an icon symbol should be painted.
from(Point) - Method in class com.luciad.maps.MapNavigator.PanAction
Sets the Map location (i.e.
fromBitmap(Bitmap) - Static method in class com.luciad.drawing.Image
Creates an Image instance, based on the given bitmap
fromDenominator(double) - Static method in class com.luciad.maps.MapScale
Creates a map scale from a denominator value.
fromRadians(double) - Static method in class com.luciad.cartesian.Angle
Creates an Angle from an angle value in radians.
fromRadians(double) - Static method in class com.luciad.cartesian.Azimuth
Creates an Azimuth from an azimuth value in radians.
fromSampleDistance(double, Coordinate, CoordinateReference) - Static method in class com.luciad.rasters.PixelDensity
Creates a pixel density from a sample distance.
fromViewLocation(Coordinate) - Method in class com.luciad.maps.MapNavigator.PanAction
Sets the location in view (device independent pixel) coordinates from which the pan action will start.
frontFacing() - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
Creates an expression that determines whether a part of a mesh is facing to or away from the camera.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
LuciadCPillar
2023.1.04