Uses of Interface
com.luciad.model.ILcdModelReference
Package
Description
Provides encoding and decoding support for models that contain
ILcdEarthAsset
objects.Provides model descriptors for the Luciad Earth framework.
Provides a framework for storing the output of an
ILcdEarthTileSet
on disk.Contains various utility implementations of
ILcdEarthTileSet
.Provides a terrain profile model that can be used to display terrain.
This package provides the classes that correspond to AIXM 5.1 data types.
This package provides the classes that correspond to AIXM 5.1 geometry types.
Provides classes and interfaces for decoding and displaying ASTERIX data.
This package contains the classes that are needed to work with the Binz format.
Handles the cgm format.
This package contains a model decoder capable of decoding data in character-separated files.
Provides classes to read and write geometries and features from generic
spatial databases.
Provides a decoder and an encoder for geometries from DB2 Spatial
databases.
Handles the dgn format.
Handles the dwg format.
This package contains a model decoder for decoding point cloud data from E57 (
.e57
) files.Provides support for decoding ECW files.
This package contains vector data GeoJson encoding and decoding utilities.
Provides support for decoding GeoSPOT files.
Provides domain model classes and utility classes for modeling GML 2 data.
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
Provides support for transforming domain objects and model to and from GML.
Provides decoders for handling GRIB data.
This package contains the classes that are needed to work with the IFC format.
Provides a decoder and an encoder for geometries from Informix databases with
the Geodetic Datablade.
Provides a decoder and an encoder for geometries from Informix Spatial
databases.
Provides support for decoding and encoding JPEG2000 files and decoding JPIP files.
This package and its subpackages provide a domain model for the KML 2.2 data format.
This package contains all feature classes of KML.
This package contains a model decoder for LASer (
.las
) and LASzip (.laz
) files.Handles MapInfo formats: the binary map format and the ASCII mif
format.
Provides support for decoding MrSid files.
Provides a
TLcdMSSQLModelDecoder
and a TLcdMSSQLModelEncoder
for geometries from Microsoft SQL
databases.Provides support for decoding NITF files.
This package contains a domain model to represent an NVG 1.4/1.5 data source.
This package contains a domain model to represent an NVG 2.0 data source.
This package provides decoders for the WaveFront OBJ file format.
Provides decoders for the OpenFlight file format.
Provides a decoder for raster data stored in Oracle Spatial databases.
Provides a decoder and an encoder for geometries from Oracle Locator/Spatial
databases with the Object-Relational model.
This package contains a model decoder for decoding data in Pegasus files (
External orientation.csv
).Provides a decoder and an encoder for geometries from PostgreSQL
databases with the PostGIS spatial extension.
Provides representations, decoders, and encoders for rasters.
Provides classes for referencing and rectifying rasters.
This package contains the classes that are needed to work with the Revit format.
Handles the S-57 format.
Handles the shp format.
Provides a decoder and an encoder for geometries from SQLite
databases with the SpatiaLite spatial extension.
Handles the svg format.
Provides support for decoding Swiss DHM files.
Provides support for decoding OpenSceneGraph binary files (*.OSGB).
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.This packages provides utilities related to XML marshalling and unmarshalling.
Provides the addon that allows to open data that is missing a valid model reference
(=coordinate system), and that allows to create Luciad .ref files for storing such a model reference
specification.
Provides classes to deal with the models ( that store the actual data ) behind a map.
Provides a builder for optimizing, simplifying,
multi-leveling and slicing 3D mesh data.
Model interfaces
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
Client API for an OGC Web Coverage Service (WCS).
This package contains the interfaces and implementations that are used to represent the data
served by the WCS.
Client API for an OGC Web Feature Service (WFS).
Everything related to model references and view references.
Construction and formatting of coordinate reference systems.
Everything related to representing three-dimensional shapes.
This package contains utility classes to ensure connectivity
between multiple curves.
Three-dimensional shapes that can be changed in two dimensions.
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
Contains all classes for terrain elevation analysis.
Handles all transformations between model coordinates and world coordinates.
This package contains classes used for working with generic measurement values.
Provides two-dimensional views and components supporting the visualization of the former's representation.
This package contains classes for working with measurement values in a GXY context.
Provides support for OpenGL-based 2D and 3D visualization of data.
This package provides support for measuring distances in a view.
Provides support for interactive editing of domain objects in a model.
Defines the concept of edit handles and provides a number of implementations that can be used by
editors
.Classes that describe edit handle results and edit operations.
Provides layering support for
ILspView
.This package contains classes for working with measurement values in a lightspeed view context.
Provides support for the painting of grids.
This package defines all interfaces and abstract base classes related to
ILspStyler
.Contains utility classes related to Lightspeed views.
Utilities for making maps.
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
-
Uses of ILcdModelReference in com.luciad.earth.metadata.format
Modifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getDefaultModelReference()
Returns the default model reference. -
Uses of ILcdModelReference in com.luciad.earth.model
Modifier and TypeMethodDescriptionTLcdEarthRepositoryModelFactory.createRepositoryModel
(String aSourceName, ILcdEarthTileSet aTileSet, ILcdModelReference aModelReference) Create a new tile repository model. -
Uses of ILcdModelReference in com.luciad.earth.repository
Modifier and TypeMethodDescriptionTLcdEarthTileRepository.getModelReference()
Returns the model reference of the repository ornull
if it is unknown.Modifier and TypeMethodDescriptionvoid
TLcdEarthTileRepository.setModelReference
(ILcdModelReference aModelReference) Sets the model reference of the repository. -
Uses of ILcdModelReference in com.luciad.earth.tileset.util
Modifier and TypeMethodDescriptionTLcdEarthImageBuilder.imageReference
(ILcdModelReference aModelReference) Set the reference of the image. -
Uses of ILcdModelReference in com.luciad.earth.view.vertical
Modifier and TypeMethodDescriptionTLcdVVTerrainModel.getTerrainProfileReference()
Returns the reference system in which the terrain profile is generated.Modifier and TypeMethodDescriptionprotected double
TLcdVVTerrainModel.calculateStepSize
(int aSegmentIndex, double aSegmentDistance, ILcdPoint aSegmentPoint1, ILcdPoint aSegmentPoint2, ILcdModelReference aPointReference) This method calculates the step size using which the terrain is sampled.void
TLcdVVTerrainModel.setTerrainProfileReference
(ILcdModelReference aTerrainProfileReference) Sets the reference system in which the terrain profile should be generated. -
Uses of ILcdModelReference in com.luciad.format.aixm51.model.abstractfeature
Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractAIXMMessage.setModelReference
(ILcdModelReference aModelReference) Sets the model reference associated with the elements of this class. -
Uses of ILcdModelReference in com.luciad.format.aixm51.model.features.geometry
ModifierConstructorDescriptionTLcdAIXM51Curve
(TLcdDataType aType, ILcdModelReference aSrs) Constructs a curve of typeaType
and initializes its model reference withaSrs
.Constructs a curve and initializes its model reference (srs).TLcdAIXM51ElevatedCurve
(TLcdDataType aType, ILcdModelReference aSrs) Constructs an elevated curve of typeaType
and initializes its model reference withaSrs
.Constructs an elevated curve and initializes its model reference withaSrs
.TLcdAIXM51ElevatedPoint
(TLcdDataType aType, ILcdModelReference aSrs) Constructs an elevated point of typeaType
and initializes its model reference withaSrs
.Constructs an elevated point and initializes its model reference withaSrs
.TLcdAIXM51ElevatedSurface
(TLcdDataType aType, ILcdModelReference aSrs) Constructs an elevated surface of typeaType
and initializes its model reference withaSrs
.Constructs an elevated surface and initializes its model reference withaSrs
.TLcdAIXM51Point
(TLcdDataType aType, ILcdModelReference aSrs) Constructs a point of typeaType
and initializes its model reference withaSrs
.Constructs a point and initializes its model reference withaSrs
.TLcdAIXM51Surface
(TLcdDataType aType, ILcdModelReference aSrs) Constructs a surface of typeaType
and initializes its model reference withaSrs
.Constructs a surface and initializes its model reference withaSrs
. -
Uses of ILcdModelReference in com.luciad.format.asterix
Modifier and TypeMethodDescriptionabstract ILcdModelReference
ALcdASTERIXReferenceProvider.getModelReference
(int aSacSic, ALcdASTERIXModelDescriptor aDescriptor, Object aObject) Returns the model reference in which the ASTERIX data is expressed.TLcdASTERIXFilteredModel.getModelReference()
TLcdASTERIXReferenceProvider.getModelReference
(int aSacSic, ALcdASTERIXModelDescriptor aDescriptor, Object aObject) Returns a model reference as described in the constructor that was used to create this provider.ModifierConstructorDescriptionTLcdASTERIXReferenceProvider
(ILcdModelReference aReference) The provider will return the given model reference. -
Uses of ILcdModelReference in com.luciad.format.binz
Modifier and TypeMethodDescriptionTLcdBinzModelDecoder.getDefaultModelReference()
Get the default model reference.Modifier and TypeMethodDescriptionvoid
TLcdBinzModelDecoder.setDefaultModelReference
(ILcdModelReference aModelReference) Set the default model reference. -
Uses of ILcdModelReference in com.luciad.format.cgm
Modifier and TypeMethodDescriptionvoid
TLcdCGMModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Deprecated.Sets the default model reference for decoded models, in case the model reference decoder doesn't provide one.ModifierConstructorDescriptionTLcdCGMModelDecoder
(ILcdModelReference aDefaultModelReference) Deprecated.Creates a newTLcdCGMModelDecoder
.TLcdCGMModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Deprecated.Creates a newTLcdCGMModelDecoder
. -
Uses of ILcdModelReference in com.luciad.format.csv
Modifier and TypeMethodDescriptionTLcdCSVModelDecoder.getDefaultModelReference()
Returns the model reference to be used for models when the model reference decoder is set to null.Modifier and TypeMethodDescriptionvoid
TLcdCSVModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the model reference to be used for models when the model reference decoder is set to null. -
Uses of ILcdModelReference in com.luciad.format.database
Modifier and TypeMethodDescriptionILcdDatabaseFactory.createModelReference
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Creates a newILcdModelReference
object, based on theILcdDatabaseModelDescriptor
.TLcdDatabaseModelDecoder.getDefaultModelReference()
Returns the default (fallback) model reference that will be assigned to decoded models if no model reference can be created by the factory.Modifier and TypeMethodDescriptionvoid
TLcdDatabaseModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created by theILcdDatabaseFactory
used by this decoder. -
Uses of ILcdModelReference in com.luciad.format.db2.spatial
Modifier and TypeMethodDescriptionTLcdDB2SpatialModelDecoder.getDefaultModelReference()
Returns the default model reference to be assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdDB2SpatialModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created based on information from the database. -
Uses of ILcdModelReference in com.luciad.format.dgn
Modifier and TypeMethodDescriptionILcdDGNModelDecoder.getDefaultModelReference()
TLcdDGNModelDecoder.getDefaultModelReference()
TLcdDGNModelListDecoder.getDefaultModelReference()
TLcdDGNModelDecoder.getModelReference()
Deprecated.Modifier and TypeMethodDescriptionvoid
ILcdDGNModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference for decoded models, in case the model reference decoder doesn't provide one.void
TLcdDGNModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) void
TLcdDGNModelListDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) void
TLcdDGNModelDecoder.setModelReference
(ILcdModelReference aDefaultModelReference) Deprecated.ModifierConstructorDescriptionTLcdDGNModelDecoder
(ILcdModelReference aDefaultModelReference) Creates a newTLcdDGNModelDecoder
.TLcdDGNModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Creates a newTLcdDGNModelDecoder
. -
Uses of ILcdModelReference in com.luciad.format.dwg
Modifier and TypeMethodDescriptionILcdDWGModelDecoder.getDefaultModelReference()
Returns the default model reference for decoded models.TLcdDWGModelDecoder.getDefaultModelReference()
TLcdDWGModelListDecoder.getDefaultModelReference()
Modifier and TypeMethodDescriptionvoid
ILcdDWGModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference for decoded models, in case the model reference decoder doesn't provide one.void
TLcdDWGModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) void
TLcdDWGModelListDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) ModifierConstructorDescriptionTLcdDWGModelDecoder
(ILcdModelReference aDefaultModelReference) Creates a newTLcdDWGModelDecoder
.TLcdDWGModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Creates a newTLcdDWGModelDecoder
. -
Uses of ILcdModelReference in com.luciad.format.e57
Modifier and TypeMethodDescriptionTLcdE57ModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose files don't specify model references.Modifier and TypeMethodDescriptionvoid
TLcdE57ModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models whose files don't specify model references. -
Uses of ILcdModelReference in com.luciad.format.ecw
Modifier and TypeMethodDescriptionTLcdECWModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose image files don't specify model references.TLcdECWModelDecoder.getModelReference()
Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdECWModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference that will be assigned to decoded models whose image files don't specify model references.void
TLcdECWModelDecoder.setModelReference
(ILcdModelReference aDefaultModelReference) Deprecated.ModifierConstructorDescriptionTLcdECWModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference) Creates a new TLcdECWModelDecoder with the given buffer and default model reference.TLcdECWModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdECWModelDecoder with the given properties.TLcdECWModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdECWModelDecoder with the given buffer, default model reference, and default value. -
Uses of ILcdModelReference in com.luciad.format.geojson
Modifier and TypeMethodDescriptionTLcdGeoJsonModelDecoder.getDefaultModelReference()
Retrieve the default model reference.Modifier and TypeMethodDescriptionstatic ILcdDataObject
TLcdGeoJsonModelDecoder.decodeFeature
(InputStream aGeoJsonFeatureInputStream, ILcdModelReference aModelReference, TLcdDataType aDataType) Decodes a geojson string to a data object.protected ILcdShape
TLcdGeoJsonModelDecoder.parseCustomGeometry
(String aJsonNode, ILcdModelReference aModelReference) This method is used by the decoder to parse custom geometry that is normally not allowed in GeoJSON.static ILcdShape
TLcdGeoJsonModelDecoder.parseGeometry
(InputStream aInputStream, ILcdModelReference aModelReference) Parses a single GeoJson geometry object to anILcdShape
.void
TLcdGeoJsonModelDecoder.setDefaultModelReference
(ILcdModelReference aModelReference) Sets the default model reference. -
Uses of ILcdModelReference in com.luciad.format.geospot
ModifierConstructorDescriptionTLcdGeoSPOTRaster
(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel, TLcdGeoSPOTRasterDescriptor aRasterDescriptor, ILcdModelReference aModelReference) Creates a new TLcdGeoSPOTRaster.TLcdGeoSPOTRaster
(ILcdBounds aBounds, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel, TLcdGeoSPOTRasterDescriptor aRasterDescriptor, ILcdModelReference aModelReference) Creates a new TLcdGeoSPOTRaster with a regular tiling. -
Uses of ILcdModelReference in com.luciad.format.gml2.model
Modifier and TypeMethodDescriptionTLcdGML2AbstractFeatureCollection.getModelReference()
TLcdGML2AbstractGeometry.getSrs()
Gets the value of theSRS_PROPERTY
property.Modifier and TypeMethodDescriptionTLcdGML2ShapeFactory.createBox
(ILcdModelReference aModelReference) Creates a newgml:Box
, which can be edited through theILcd2DEditableBounds
interface.TLcdGML2ShapeFactory.createLinearRing
(ILcdModelReference aModelReference) Creates a newgml:LinearRing
, which can be edited through theILcd3DEditablePolygon
interface.TLcdGML2ShapeFactory.createLineString
(ILcdModelReference aModelReference) Creates a newgml:LineString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML2ShapeFactory.createPoint
(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:Point
, which can be edited through theILcd3DEditablePoint
interface.TLcdGML2ShapeFactory.createPolygon
(ILcdModelReference aModelReference) Creates a newgml:Polygon
, which can be edited through theILcdEditableSurface
interface.void
TLcdGML2AbstractFeatureCollection.setModelReference
(ILcdModelReference aModelReference) void
TLcdGML2AbstractGeometry.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.ModifierConstructorDescriptionTLcdGML2AbstractGeometry
(TLcdDataType aType, ILcdModelReference aSrs) Constructs an abstract geometry for the given type and initializes its model reference (srs).TLcdGML2Box
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a box and initializes its model reference (srs).Constructs a box and initializes its model reference (srs).TLcdGML2LinearRing
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a linear ring and initializes its model reference (srs).Constructs a linear ring and initializes its model reference (srs).TLcdGML2LineString
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a line string and initializes its model reference (srs).Constructs a line string and initializes its model reference (srs).TLcdGML2MultiLineString
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi line string and initializes its model reference (srs).Constructs a multi line string and initializes its model reference (srs).TLcdGML2MultiPoint
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi point and initializes its model reference (srs).Constructs a multi point and initializes its model reference (srs).TLcdGML2MultiPolygon
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi polygon and initializes its model reference (srs).Constructs a multi polygon and initializes its model reference (srs).TLcdGML2Point
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a point and initializes its model reference (srs).Constructs a point and initializes its model reference (srs).TLcdGML2Polygon
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a polygon and initializes its model reference (srs).Constructs a polygon and initializes its model reference (srs). -
Uses of ILcdModelReference in com.luciad.format.gml31.model
Modifier and TypeMethodDescriptionTLcdGML31AbstractFeatureCollection.getModelReference()
Deprecated.TLcdGML31Model.getModelReference()
TLcdGML31AbstractGeometry.getSrs()
Gets the value of theSRS_PROPERTY
property.TLcdGML31DirectPosition.getSrs()
Gets the value of theSRS_PROPERTY
property.TLcdGML31DirectPositionList.getSrs()
Gets the value of theSRS_PROPERTY
property.TLcdGML31Envelope.getSrs()
Gets the value of theSRS_PROPERTY
property.TLcdGML31Vector.getSrs()
Gets the value of theSRS_PROPERTY
property.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createArc
(ILcdModelReference aModelReference) Creates a newgml:Arc
, which can be edited through theILcd2DEditableCircularArcBy3Points
interface.TLcdGML31ShapeFactory.createArcByBulge
(ILcdModelReference aModelReference) Creates a newgml:ArcByBulge
, which can be edited through theILcd2DEditableCircularArcByBulge
interface.TLcdGML31ShapeFactory.createArcByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:ArcByCenterPoint
, which can be edited through theILcd2DEditableCircularArcByCenterPoint
interface.TLcdGML31ShapeFactory.createArcString
(ILcdModelReference aModelReference, int aNumArcs) Creates a newgml:ArcString
, which can be edited through theILcdCompositeCurve
interface.TLcdGML31ShapeFactory.createArcStringByBulge
(ILcdModelReference aModelReference, int aNumArcs) Creates a newgml:ArcStringByBulge
, which can be edited through theILcdCompositeCurve
interface.TLcdGML31ShapeFactory.createCircle
(ILcdModelReference aModelReference) Creates a newgml:Circle
, which can be edited through theILcd2DEditableCircleBy3Points
interface.TLcdGML31ShapeFactory.createCircleByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:CircleByCenterPoint
, which can be edited through theILcd2DEditableCircle
interface.TLcdGML31ShapeFactory.createDirectPosition
(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:pos
, which can be edited through theILcd3DEditablePoint
interface.TLcdGML31ShapeFactory.createDirectPosition2D
(ILcdModelReference aModelReference) Creates a new 2-dimensionalgml:pos
, which can be edited through theILcd2DEditablePoint
interface.TLcdGML31ShapeFactory.createDirectPositionList
(ILcdModelReference aModelReference) Creates a newgml:posList
, which can be edited through theILcd3DEditablePointList
interface.TLcdGML31ShapeFactory.createEnvelope
(ILcdModelReference aModelReference) Creates a newgml:Envelope
, which can be edited through theILcd2DEditableBounds
interface.TLcdGML31ShapeFactory.createGeodesic
(ILcdModelReference aModelReference) Creates a newgml:Geodesic
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML31ShapeFactory.createGeodesicString
(ILcdModelReference aModelReference) Creates a newgml:GeodesicString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML31ShapeFactory.createLinearRing
(ILcdModelReference aModelReference) Creates a newgml:LinearRing
, which can be edited through theILcd3DEditablePolygon
interface.TLcdGML31ShapeFactory.createLineString
(ILcdModelReference aModelReference) Creates a newgml:LineString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML31ShapeFactory.createLineStringSegment
(ILcdModelReference aModelReference) Creates a newgml:LineStringSegment
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML31ShapeFactory.createPoint
(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:Point
, which can be edited through theILcd3DEditablePoint
interface.TLcdGML31ShapeFactory.createPoint2D
(ILcdModelReference aModelReference) Creates a new 2-dimensionalgml:Point
, which can be edited through theILcd2DEditablePoint
interface.TLcdGML31ShapeFactory.createRectangle
(ILcdModelReference aModelReference) Creates a newgml:Rectangle
, which can be edited through theILcd3DEditableBounds
interface.TLcdGML31ShapeFactory.createTriangle
(ILcdModelReference aModelReference) Creates a newgml:Triangle
, which can be edited through theILcd3DEditablePolygon
interface.void
TLcdGML31AbstractFeatureCollection.setModelReference
(ILcdModelReference aModelReference) Deprecated.void
TLcdGML31Model.setModelReference
(ILcdModelReference aModelReference) void
TLcdGML31AbstractGeometry.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.void
TLcdGML31Curve.setSrs
(ILcdModelReference aValue) void
TLcdGML31DirectPosition.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.void
TLcdGML31DirectPositionList.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.void
TLcdGML31Envelope.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.void
TLcdGML31Vector.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.ModifierConstructorDescriptionTLcdGML31AbstractGeometry
(TLcdDataType aType, ILcdModelReference aSrs) Constructs an abstract geometry for the given type and initializes its model reference (srs).TLcdGML31Arc
(double aStartX, double aStartY, double aIntermediateX, double aIntermediateY, double aEndX, double aEndY, ILcdModelReference aModelReference) Creates a new instance and initializes its with the given parameters.TLcdGML31Arc
(TLcdDataType aDataType, ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML31Arc
(ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML31ArcByBulge
(double aStartX, double aStartY, double aEndX, double aEndY, double aBulge, ILcdModelReference aModelReference) Creates a new circular arc using the given point coordinates, bulge factor and model reference.TLcdGML31ArcByBulge
(TLcdDataType aDataType, ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML31ArcByBulge
(ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML31ArcByCenterPoint
(double aCenterLon, double aCenterLat, double aRadius, double aStartAngle, double aArcAngle, ILcdModelReference aModelReference) Creates a new instance with the given parameters.TLcdGML31ArcByCenterPoint
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new instance and initializes its posGroup with a DirectPosition for the given model referenceTLcdGML31ArcByCenterPoint
(ILcdModelReference aModelReference) Constructs a new instance and initializes its posGroup with a DirectPosition for the given model referenceTLcdGML31ArcString
(TLcdDataType aDataType, ILcdModelReference aModelReference, int aNumArcs) Constructs a new arc string for the given model reference.TLcdGML31ArcString
(ILcdModelReference aModelReference, int aNumArcs) Constructs a new arc string for the given model reference.TLcdGML31ArcStringByBulge
(TLcdDataType aDataType, ILcdModelReference aModelReference, int aNumArcs) Constructs a new TLcdGML31ArcStringByBulge for the given model reference.TLcdGML31ArcStringByBulge
(ILcdModelReference aModelReference, int aNumArcs) Constructs a new TLcdGML31ArcStringByBulge for the given model reference.TLcdGML31Circle
(double aX1, double aY1, double aX2, double aY2, double aX3, double aY3, ILcdModelReference aModelReference) Constructs a new circle with the given parameters.TLcdGML31Circle
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new circle and initializes its posGroup with aTLcdGML31DirectPositionList
for the given model referenceTLcdGML31Circle
(ILcdModelReference aModelReference) Constructs a new circle and initializes its posGroup with aTLcdGML31DirectPositionList
for the given model referenceTLcdGML31CircleByCenterPoint
(double aX, double aY, double aRadius, ILcdModelReference aModelReference) Constructs a new circle with the given parameters.TLcdGML31CircleByCenterPoint
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new CircleByCenterPoint and initializes its posGroup with a DirectPositionList for the given model referenceTLcdGML31CircleByCenterPoint
(ILcdModelReference aModelReference) Constructs a new CircleByCenterPoint and initializes its posGroup with a DirectPositionList for the given model referenceTLcdGML31CompositeCurve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a composite curve and initializes its model reference (srs).Constructs a composite curve and initializes its model reference (srs).TLcdGML31Curve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a curve and initializes its model reference (srs).Constructs a curve and initializes its model reference (srs).TLcdGML31DirectPosition
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a direct position and initializes its model reference (srs).Constructs a direct position and initializes its model reference (srs).TLcdGML31DirectPositionList
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a direct position list and initializes its model reference (srs).Constructs a direct position list and initializes its model reference (srs).TLcdGML31Envelope
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs an envelope and initializes its model reference (srs).Constructs an envelope and initializes its model reference (srs).TLcdGML31Geodesic
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML31Geodesic
(ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML31GeodesicString
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML31GeodesicString
(ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML31LinearRing
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object of the given type for the given model reference.TLcdGML31LinearRing
(TLcdDataType aDataType, ILcdModelReference aModelReference, boolean aUseGeodesicInterpolationForGeodeticReferences) Constructs a new object for the given model reference and with the given geodetic interpolation behavior.TLcdGML31LinearRing
(ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML31LineString
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a line string of the given data type and with the given model reference (srs).TLcdGML31LineString
(TLcdDataType aDataType, ILcdModelReference aSrs, boolean aUseGeodesicInterpolationForGeodeticSrs) Constructs a line string of the given type with the given model reference (srs) and given geodetic interpolation behavior.Constructs a line string with the given model reference (srs).TLcdGML31LineStringSegment
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object with the given type for the given model reference.TLcdGML31LineStringSegment
(TLcdDataType aDataType, ILcdModelReference aModelReference, boolean aUseGeodesicInterpolationForGeodeticReferences) Constructs a new object of the given type with the given model reference and geodetic interpolation behavior.TLcdGML31LineStringSegment
(ILcdModelReference aModelReference) Constructs a new object with the given model reference.TLcdGML31MultiCurve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi curve and initializes its model reference (srs).Constructs a multi curve and initializes its model reference (srs).TLcdGML31MultiGeometry
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi geometry and initializes its model reference (srs).Constructs a multi geometry and initializes its model reference (srs).TLcdGML31MultiPoint
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi point and initializes its model reference (srs).Constructs a multi point and initializes its model reference (srs).TLcdGML31MultiSurface
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi surface and initializes its model reference (srs).Constructs a multi surface and initializes its model reference (srs).TLcdGML31OrientableCurve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs an orientable curve and initializes its model reference (srs).Constructs an orientable curve and initializes its model reference (srs).TLcdGML31OrientableSurface
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs an orientable surface and initializes its model reference (srs).Constructs an orientable surface and initializes its model reference (srs).TLcdGML31Point
(double aX, double aY, ILcdModelReference aSrs) Constructs a point with the given parametersTLcdGML31Point
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a point and initializes its model reference (srs).Constructs a point and initializes its model reference (srs).TLcdGML31Polygon
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a polygon and initializes its model reference (srs).Constructs a polygon and initializes its model reference (srs).TLcdGML31Rectangle
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML31LinearRing
initialized with the given model reference.TLcdGML31Rectangle
(ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML31LinearRing
initialized with the given model reference.TLcdGML31Surface
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a surface and initializes its model reference (srs).Constructs a surface and initializes its model reference (srs).TLcdGML31Triangle
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML31LinearRing
initialized with the given model reference.TLcdGML31Triangle
(ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML31LinearRing
initialized with the given model reference.TLcdGML31Vector
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new vector and initializes its srs with the given model reference.TLcdGML31Vector
(ILcdModelReference aModelReference) Constructs a new vector and initializes its srs with the given model reference. -
Uses of ILcdModelReference in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionTLcdGML32AbstractFeatureCollection.getModelReference()
Deprecated.TLcdGML32Model.getModelReference()
TLcdGML32AbstractGeometry.getSrs()
Gets the value of theSRS_PROPERTY
property.TLcdGML32DirectPosition.getSrs()
Gets the value of theSRS_PROPERTY
property.TLcdGML32DirectPositionList.getSrs()
Gets the value of theSRS_PROPERTY
property.TLcdGML32Envelope.getSrs()
Gets the value of theSRS_PROPERTY
property.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createArc
(ILcdModelReference aModelReference) Creates a newgml:Arc
, which can be edited through theILcd2DEditableCircularArcBy3Points
interface.TLcdGML32ShapeFactory.createArcByBulge
(ILcdModelReference aModelReference) Creates a newgml:ArcByBulge
, which can be edited through theILcd2DEditableCircularArcByBulge
interface.TLcdGML32ShapeFactory.createArcByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:ArcByCenterPoint
, which can be edited through theILcd2DEditableCircularArcByCenterPoint
interface.TLcdGML32ShapeFactory.createArcString
(ILcdModelReference aModelReference, int aNumArcs) Creates a newgml:ArcString
, which can be edited through theILcdCompositeCurve
interface.TLcdGML32ShapeFactory.createArcStringByBulge
(ILcdModelReference aModelReference, int aNumArcs) Creates a newgml:ArcStringByBulge
, which can be edited through theILcdCompositeCurve
interface.TLcdGML32ShapeFactory.createCircle
(ILcdModelReference aModelReference) Creates a newgml:Circle
, which can be edited through theILcd2DEditableCircleBy3Points
interface.TLcdGML32ShapeFactory.createCircleByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:CircleByCenterPoint
, which can be edited through theILcd2DEditableCircle
interface.TLcdGML32ShapeFactory.createDirectPosition
(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:pos
, which can be edited through theILcd3DEditablePoint
interface.TLcdGML32ShapeFactory.createDirectPosition2D
(ILcdModelReference aModelReference) Creates a new 2-dimensionalgml:pos
, which can be edited through theILcd2DEditablePoint
interface.TLcdGML32ShapeFactory.createDirectPositionList
(ILcdModelReference aModelReference) Creates a newgml:posList
, which can be edited through theILcd3DEditablePointList
interface.TLcdGML32ShapeFactory.createEnvelope
(ILcdModelReference aModelReference) Creates a newgml:Envelope
, which can be edited through theILcd2DEditableBounds
interface.TLcdGML32ShapeFactory.createGeodesic
(ILcdModelReference aModelReference) Creates a newgml:Geodesic
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML32ShapeFactory.createGeodesicString
(ILcdModelReference aModelReference) Creates a newgml:GeodesicString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML32ShapeFactory.createLinearRing
(ILcdModelReference aModelReference) Creates a newgml:LinearRing
, which can be edited through theILcd3DEditablePolygon
interface.TLcdGML32ShapeFactory.createLineString
(ILcdModelReference aModelReference) Creates a newgml:LineString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML32ShapeFactory.createLineStringSegment
(ILcdModelReference aModelReference) Creates a newgml:LineStringSegment
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML32ShapeFactory.createPoint
(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:Point
, which can be edited through theILcd3DEditablePoint
interface.TLcdGML32ShapeFactory.createPoint2D
(ILcdModelReference aModelReference) Creates a new 2-dimensionalgml:Point
, which can be edited through theILcd2DEditablePoint
interface.TLcdGML32ShapeFactory.createRectangle
(ILcdModelReference aModelReference) Creates a newgml:Rectangle
, which can be edited through theILcd3DEditableBounds
interface.TLcdGML32ShapeFactory.createTriangle
(ILcdModelReference aModelReference) Creates a newgml:Triangle
, which can be edited through theILcd3DEditablePolygon
interface.void
TLcdGML32AbstractFeatureCollection.setModelReference
(ILcdModelReference aModelReference) Deprecated.void
TLcdGML32Model.setModelReference
(ILcdModelReference aModelReference) void
TLcdGML32AbstractGeometry.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.void
TLcdGML32Curve.setSrs
(ILcdModelReference aValue) void
TLcdGML32DirectPosition.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.void
TLcdGML32DirectPositionList.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.void
TLcdGML32Envelope.setSrs
(ILcdModelReference aValue) Sets the value of theSRS_PROPERTY
property.ModifierConstructorDescriptionTLcdGML32AbstractGeometry
(TLcdDataType aType, ILcdModelReference aSrs) Constructs an abstract geometry for the given type and initializes its model reference (srs).TLcdGML32Arc
(double aStartX, double aStartY, double aIntermediateX, double aIntermediateY, double aEndX, double aEndY, ILcdModelReference aModelReference) Creates a new instance and initializes its with the given parameters.TLcdGML32Arc
(TLcdDataType aDataType, ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML32Arc
(ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML32ArcByBulge
(double aStartX, double aStartY, double aEndX, double aEndY, double aBulge, ILcdModelReference aModelReference) Creates a new circular arc using the given point coordinates, bulge factor and model reference.TLcdGML32ArcByBulge
(TLcdDataType aDataType, ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML32ArcByBulge
(ILcdModelReference aModelReference) Creates a new instance and initializes its posGroup with a direct position list initialized with the given model reference.TLcdGML32ArcByCenterPoint
(double aCenterLon, double aCenterLat, double aRadius, double aStartAngle, double aArcAngle, ILcdModelReference aModelReference) Creates a new instance with the given parameters.TLcdGML32ArcByCenterPoint
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new instance and initializes its posGroup with a DirectPosition for the given model referenceTLcdGML32ArcByCenterPoint
(ILcdModelReference aModelReference) Constructs a new instance and initializes its posGroup with a DirectPosition for the given model referenceTLcdGML32ArcString
(TLcdDataType aDataType, ILcdModelReference aModelReference, int aNumArcs) Constructs a new arc string for the given model reference.TLcdGML32ArcString
(ILcdModelReference aModelReference, int aNumArcs) Constructs a new arc string for the given model reference.TLcdGML32ArcStringByBulge
(TLcdDataType aDataType, ILcdModelReference aModelReference, int aNumArcs) Constructs a new TLcdGML32ArcStringByBulge for the given model reference.TLcdGML32ArcStringByBulge
(ILcdModelReference aModelReference, int aNumArcs) Constructs a new TLcdGML32ArcStringByBulge for the given model reference.TLcdGML32Circle
(double aX1, double aY1, double aX2, double aY2, double aX3, double aY3, ILcdModelReference aModelReference) Constructs a new circle with the given parameters.TLcdGML32Circle
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new circle and initializes its posGroup with aTLcdGML32DirectPositionList
for the given model referenceTLcdGML32Circle
(ILcdModelReference aModelReference) Constructs a new circle and initializes its posGroup with aTLcdGML32DirectPositionList
for the given model referenceTLcdGML32CircleByCenterPoint
(double aX, double aY, double aRadius, ILcdModelReference aModelReference) Constructs a new circle with the given parameters.TLcdGML32CircleByCenterPoint
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new CircleByCenterPoint and initializes its posGroup with a DirectPositionList for the given model referenceTLcdGML32CircleByCenterPoint
(ILcdModelReference aModelReference) Constructs a new CircleByCenterPoint and initializes its posGroup with a DirectPositionList for the given model referenceTLcdGML32CompositeCurve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a composite curve and initializes its model reference (srs).Constructs a composite curve and initializes its model reference (srs).TLcdGML32Curve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a curve and initializes its model reference (srs).Constructs a curve and initializes its model reference (srs).TLcdGML32DirectPosition
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a direct position and initializes its model reference (srs).Constructs a direct position and initializes its model reference (srs).TLcdGML32DirectPositionList
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a direct position list and initializes its model reference (srs).Constructs a direct position list and initializes its model reference (srs).TLcdGML32Envelope
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs an envelope and initializes its model reference (srs).Constructs an envelope and initializes its model reference (srs).TLcdGML32Geodesic
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML32Geodesic
(ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML32GeodesicString
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML32GeodesicString
(ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML32LinearRing
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object of the given type for the given model reference.TLcdGML32LinearRing
(TLcdDataType aDataType, ILcdModelReference aModelReference, boolean aUseGeodesicInterpolationForGeodeticReferences) Constructs a new object for the given model reference and with the given geodetic interpolation behavior.TLcdGML32LinearRing
(ILcdModelReference aModelReference) Constructs a new object for the given model reference.TLcdGML32LineString
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a line string of the given data type and with the given model reference (srs).TLcdGML32LineString
(TLcdDataType aDataType, ILcdModelReference aSrs, boolean aUseGeodesicInterpolationForGeodeticSrs) Constructs a line string of the given type with the given model reference (srs) and given geodetic interpolation behavior.Constructs a line string with the given model reference (srs).TLcdGML32LineStringSegment
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new object with the given type for the given model reference.TLcdGML32LineStringSegment
(TLcdDataType aDataType, ILcdModelReference aModelReference, boolean aUseGeodesicInterpolationForGeodeticReferences) Constructs a new object of the given type with the given model reference and geodetic interpolation behavior.TLcdGML32LineStringSegment
(ILcdModelReference aModelReference) Constructs a new object with the given model reference.TLcdGML32MultiCurve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi curve and initializes its model reference (srs).Constructs a multi curve and initializes its model reference (srs).TLcdGML32MultiGeometry
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi geometry and initializes its model reference (srs).Constructs a multi geometry and initializes its model reference (srs).TLcdGML32MultiPoint
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi point and initializes its model reference (srs).Constructs a multi point and initializes its model reference (srs).TLcdGML32MultiSurface
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a multi surface and initializes its model reference (srs).Constructs a multi surface and initializes its model reference (srs).TLcdGML32OrientableCurve
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs an orientable curve and initializes its model reference (srs).Constructs an orientable curve and initializes its model reference (srs).TLcdGML32OrientableSurface
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs an orientable surface and initializes its model reference (srs).Constructs an orientable surface and initializes its model reference (srs).TLcdGML32Point
(double aX, double aY, ILcdModelReference aSrs) Constructs a point with the given parametersTLcdGML32Point
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a point and initializes its model reference (srs).Constructs a point and initializes its model reference (srs).TLcdGML32Polygon
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a polygon and initializes its model reference (srs).Constructs a polygon and initializes its model reference (srs).TLcdGML32Rectangle
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML32LinearRing
initialized with the given model reference.TLcdGML32Rectangle
(ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML32LinearRing
initialized with the given model reference.TLcdGML32Surface
(TLcdDataType aDataType, ILcdModelReference aSrs) Constructs a surface and initializes its model reference (srs).Constructs a surface and initializes its model reference (srs).TLcdGML32Triangle
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML32LinearRing
initialized with the given model reference.TLcdGML32Triangle
(ILcdModelReference aModelReference) Constructs a new instance and sets its exterior to a newTLcdGML32LinearRing
initialized with the given model reference. -
Uses of ILcdModelReference in com.luciad.format.gmlcommon.transformation
Modifier and TypeMethodDescriptionTLcdGMLTransformer.createTransformationContext
(ILcdModelReference aModelReference) Creates a transformation context and configures it with the given model reference. -
Uses of ILcdModelReference in com.luciad.format.grib
Modifier and TypeMethodDescriptionboolean
ILcdGRIBBulletinFilter.accept
(TLcdGRIBModelDescriptor aModelDescriptor, ILcdModelReference aModelReference, ILcdBounds aBounds) Deprecated.Returns whether the GRIB message described by the specified parameters may be added to the decoded model. -
Uses of ILcdModelReference in com.luciad.format.ifc
Modifier and TypeMethodDescriptionvoid
TLcdIFCModelDecoder.setDefaultModelReference
(ILcdModelReference aModelReference) -
Uses of ILcdModelReference in com.luciad.format.informix.geodetic
Modifier and TypeMethodDescriptionTLcdInformixGeodeticModelDecoder.getDefaultModelReference()
Returns the default model reference to be assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdInformixGeodeticModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created based on information from the database. -
Uses of ILcdModelReference in com.luciad.format.informix.spatial
Modifier and TypeMethodDescriptionTLcdInformixSpatialModelDecoder.getDefaultModelReference()
Returns the default model reference to be assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdInformixSpatialModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created based on information from the database. -
Uses of ILcdModelReference in com.luciad.format.jpeg2000
Modifier and TypeMethodDescriptionTLcdJPEG2000ModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose image files don't specify model references.TLcdJPIPModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose images don't specify model references.Modifier and TypeMethodDescriptionvoid
TLcdJPEG2000ModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference that will be assigned to decoded models whose image files don't specify model references.void
TLcdJPIPModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference that will be assigned to decoded models whose images don't specify model references.ModifierConstructorDescriptionTLcdJPEG2000ModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference) Creates a new TLcdJPEG2000ModelDecoder with the given buffer and default model reference.TLcdJPEG2000ModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdJPEG2000ModelDecoder with the given properties.TLcdJPEG2000ModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdJPEG2000ModelDecoder with the given buffer, default model reference, and default value. -
Uses of ILcdModelReference in com.luciad.format.kml22.model
Modifier and TypeMethodDescriptionTLcdKML22DynamicModel.getModelReference()
TLcdKML22Kml.getModelReference()
Modifier and TypeMethodDescriptionvoid
TLcdKML22Kml.setModelReference
(ILcdModelReference aModelReference) Sets theILcdModelReference
for thisTLcdKML22Kml
-
Uses of ILcdModelReference in com.luciad.format.kml22.model.feature
Modifier and TypeMethodDescriptionTLcdKML22AbstractContainer.getModelReference()
TLcdKML22NetworkLink.getModelReference()
Modifier and TypeMethodDescriptionvoid
TLcdKML22AbstractContainer.setModelReference
(ILcdModelReference aModelReference) Sets the model reference of thisTLcdKML22AbstractContainer
-
Uses of ILcdModelReference in com.luciad.format.las
Modifier and TypeMethodDescriptionTLcdLASModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose files don't specify model references.Modifier and TypeMethodDescriptionvoid
TLcdLASModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models whose files don't specify model references. -
Uses of ILcdModelReference in com.luciad.format.mif
Modifier and TypeMethodDescriptionTLcdMIFModelReferenceFactory.createModelReference
(String aCoordinateSystemString) Deprecated.use TLcdMIFModelReferenceParser#parseModelReferenceTLcdMIFModelReferenceParser.parseModelReference
(String aCoordinateSystemString) Creates anILcdModelReference
corresponding to the given coordinate system clause. -
Uses of ILcdModelReference in com.luciad.format.mrsid
Modifier and TypeMethodDescriptionTLcdMrSIDModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose image files don't specify model references.TLcdMrSIDModelDecoder.getModelReference()
Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdMrSIDModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference that will be assigned to decoded models whose image files don't specify model references.void
TLcdMrSIDModelDecoder.setModelReference
(ILcdModelReference aDefaultModelReference) Deprecated.ModifierConstructorDescriptionTLcdMrSIDModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference) Creates a new TLcdMrSIDModelDecoder with the given buffer and default model reference.TLcdMrSIDModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdMrSIDModelDecoder with the given properties.TLcdMrSIDModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdMrSIDModelDecoder with the given buffer, default model reference, and default value. -
Uses of ILcdModelReference in com.luciad.format.mssql
Modifier and TypeMethodDescriptionTLcdMSSQLModelDecoder.getDefaultModelReference()
Returns the default model reference to be assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdMSSQLModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created based on information from the database. -
Uses of ILcdModelReference in com.luciad.format.nitf
Modifier and TypeMethodDescriptionprotected ILcdModelReference
TLcdNITFModelDecoder.decodeModelReference
(String aCoordinateSystem, String aGeographicLocation, ILcdModelReference aDefaultModelReference) Decodes a model reference based on the given information.TLcdNITFModelDecoder.getDefaultModelReference()
Returns the default model reference for decoded models, in case an input NITF file and the model reference decoder don't provide one.Modifier and TypeMethodDescriptionprotected ILcdBounds
TLcdNITFModelDecoder.decodeImageBounds
(String aCoordinateSystem, String aGeographicLocation, int aDisplayLevel, int aAttachmentLevel, int aImageWidth, int aImageHeight, ILcdModelReference aModelReference) Decodes image bounds based on the given information.protected ILcdModelReference
TLcdNITFModelDecoder.decodeModelReference
(String aCoordinateSystem, String aGeographicLocation, ILcdModelReference aDefaultModelReference) Decodes a model reference based on the given information.void
TLcdNITFModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference for decoded models, in case an input NITF file and the model reference decoder don't provide one.ModifierConstructorDescriptionTLcdNITFModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, ILcdBounds aDefaultBounds) Creates a newTLcdNITFModelDecoder
.TLcdNITFModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference, ILcdBounds aDefaultBounds) Creates a newTLcdNITFModelDecoder
. -
Uses of ILcdModelReference in com.luciad.format.nvg.nvg15.model
Modifier and TypeMethodDescriptionTLcdNVG15Model.getModelReference()
Returns theILcdModelReference
describing how the geometry of the elements contained in this model should be interpreted. -
Uses of ILcdModelReference in com.luciad.format.nvg.nvg20.model
Modifier and TypeMethodDescriptionTLcdNVG20FilteredModel.getModelReference()
TLcdNVG20Model.getModelReference()
Returns theILcdModelReference
describing how the geometry of the elements contained in this model should be interpreted. -
Uses of ILcdModelReference in com.luciad.format.object3d.obj
Modifier and TypeMethodDescriptionTLcdOBJModelDecoder.getDefaultModelReference()
Returns the default model reference for decoded models.Modifier and TypeMethodDescriptionvoid
TLcdOBJModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference for decoded models, in case the model reference decoder doesn't provide one. -
Uses of ILcdModelReference in com.luciad.format.object3d.openflight
Modifier and TypeMethodDescriptionprotected ILcdModelReference
TLcdOpenFlightModelDecoder.createModelReference
(TLcdOpenFlightHeaderNode aRoot) Creates anILcdModelReference
for the OpenFlight scene being decoded. -
Uses of ILcdModelReference in com.luciad.format.oracle.georaster
Modifier and TypeMethodDescriptionTLcdOracleGeoRasterModelDecoder.getDefaultModelReference()
Returns the default model reference.Modifier and TypeMethodDescriptionvoid
TLcdOracleGeoRasterModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the model reference to be used if the georaster does not define one. -
Uses of ILcdModelReference in com.luciad.format.oracle.spatial
Modifier and TypeMethodDescriptionTLcdOracleSpatialModelReferenceFactory.createModelReference
(int aSRID) Creates a model reference corresponding to the given Oracle Spatial Reference Identifier.TLcdOracleSpatialModelDecoder.getDefaultModelReference()
Returns the default model reference to be assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdOracleSpatialModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created based on information from the database. -
Uses of ILcdModelReference in com.luciad.format.pegasus
Modifier and TypeMethodDescriptionTLcdPegasusModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose files don't specify model references.Modifier and TypeMethodDescriptionvoid
TLcdPegasusModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models whose files don't specify model references. -
Uses of ILcdModelReference in com.luciad.format.postgresql
Modifier and TypeMethodDescriptionTLcdPostGISModelDecoder.getDefaultModelReference()
Returns the default model reference to be assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdPostGISModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created based on information from the database. -
Uses of ILcdModelReference in com.luciad.format.raster
Modifier and TypeMethodDescriptionTLcdRasterReferencingUtil.createRotatedModelReference
(ILcdModelReference aModelReference, double[][] aRotationMatrixSFCT, double[] aTranslationMatrixSFCT) Computes a suitably rotated model reference for the given transformation matrices.TLcdRasterReferencingUtil.createRotatedModelReference
(ILcdModelReference aModelReference, ILcdPoint[] aImageTiePoints, ILcdPoint[] aModelTiePointsSFCT, boolean aAllowOrthographicReferencing) Computes a suitably rotated model reference for the given tie points.TLcdArcInfoASCIIGridModelDecoder.getDefaultModelReference()
Returns the default model reference for decoded models.TLcdBILModelDecoder.getDefaultModelReference()
Returns the default model reference for decoded models.TLcdGeoTIFFModelDecoder.getDefaultModelReference()
Returns the default model reference that is assigned to decoded models whose image files don't specify model references.TLcdBILModelDecoder.getModelReference()
Deprecated.TLcdJAIRasterModelDecoder.getModelReference()
Returns the model reference that is assigned to decoded models.TLcdRasterOffsetModelXYZWorldTransformation.getModelReference()
TLcdRasterOffsetZTransformation.getModelReference()
TLcdTFWRasterModelDecoder.getModelReference()
Returns the model reference that is assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdRasterOffsetModelXYZWorldTransformation.addRaster
(ILcdRaster aRaster, ILcdModelReference aRasterModelReference) Adds an elevation raster, from which point elevations can be retrieved.void
TLcdRasterOffsetZTransformation.addRaster
(ILcdRaster aRaster, ILcdModelReference aRasterModelReference) Adds an elevation raster, from which point elevations can be retrieved.TLcdRasterReferencingUtil.createAxisAlignedBounds
(ILcdModelReference aModelReference, double[][] aRotationMatrix, double[] aTranslationMatrix) Returns the model bounds for a raster with the given transformation matrices, in the given model reference.TLcdRasterReferencingUtil.createAxisAlignedBounds
(ILcdModelReference aModelReference, ILcdPoint[] aImageTiePoints, ILcdPoint[] aModelTiePoints, double aMaximumResidualTiePointError) Computes the model bounds for a raster with the given size, and given tie points, in a given model reference.TLcdRasterReferencingUtil.createAxisAlignedBounds
(ILcdModelReference aModelReference, ILcdPoint[] aImageTiePoints, ILcdPoint[] aModelTiePoints, double aScaleX, double aScaleY, double aMaximumResidualTiePointError) Returns the model bounds for a raster with the tie points and (optional) scale, in the given model reference.TLcdRasterReferencingUtil.createRotatedModelReference
(ILcdModelReference aModelReference, double[][] aRotationMatrixSFCT, double[] aTranslationMatrixSFCT) Computes a suitably rotated model reference for the given transformation matrices.TLcdRasterReferencingUtil.createRotatedModelReference
(ILcdModelReference aModelReference, ILcdPoint[] aImageTiePoints, ILcdPoint[] aModelTiePointsSFCT, boolean aAllowOrthographicReferencing) Computes a suitably rotated model reference for the given tie points.void
TLcdArcInfoASCIIGridModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference for decoded models, in case the model reference decoder doesn't provide one.void
TLcdBILModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference for decoded models, in case the model reference decoder doesn't provide one.void
TLcdGeoTIFFModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models of which the image files don't specify model references.void
TLcdBILModelDecoder.setModelReference
(ILcdModelReference aDefaultModelReference) Deprecated.void
TLcdJAIRasterModelDecoder.setModelReference
(ILcdModelReference aModelReference) Sets the model reference to be assigned to decoded models.void
TLcdRasterOffsetModelXYZWorldTransformation.setModelReference
(ILcdModelReference aModelReference) void
TLcdRasterOffsetZTransformation.setModelReference
(ILcdModelReference aModelReference) void
TLcdTFWRasterModelDecoder.setModelReference
(ILcdModelReference aDefaultModelReference) Sets the model reference to be assigned to decoded models.ModifierConstructorDescriptionTLcdBILModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference) Creates a newTLcdBILModelDecoder
.TLcdBILModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference, ILcdBounds aDefaultBounds) Creates a newTLcdBILModelDecoder
.TLcdBILModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference, ILcdBounds aDefaultBounds, ColorModel aColorModel, int aDefaultValue) Creates a newTLcdBILModelDecoder
.TLcdBILModelDecoder
(ILcdBuffer aBuffer, ILcdModelReference aDefaultModelReference, ColorModel aColorModel, int aDefaultValue) Creates a newTLcdBILModelDecoder
.TLcdGeoTIFFModelDecoder
(ILcdModelReference aDefaultModelReference) Creates a new TLcdGeoTIFFModelDecoder with a default model reference.TLcdGeoTIFFModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdGeoTIFFModelDecoder with a model reference decoder, a default model reference, and a default value.TLcdGeoTIFFModelDecoder
(ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdGeoTIFFModelDecoder with a default model reference and a default value.TLcdTFWRasterModelDecoder
(int aLevelCount, double aLevelScaleFactor, ILcdModelReference aModelReference) Creates a new TLcdTABRasterModelDecoder that creates multi-level raster models by default, with a given fixed model reference. -
Uses of ILcdModelReference in com.luciad.format.raster.reference
Modifier and TypeMethodDescriptionILcdRasterReference.getModelReference()
Returns the model reference of the raster.TLcdRasterReference.getModelReference()
Modifier and TypeMethodDescriptionILcdRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) Creates a raster reference for an image of a given size, based on pairs of tie points.TLcdAxisAlignedRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdCompositeRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdOrthographicRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdPolynomialRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdProjectiveRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdRationalRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdResidualErrorCheckingRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdRotatedRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdTiePointCheckingRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdTranslatedRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) TLcdWrapAroundRasterReferencer.createRasterReference
(int aImageWidth, int aImageHeight, ILcdPoint[] aImageTiePoints, ILcdModelReference aModelReference, ILcdPoint[] aModelTiePoints, ILcdPoint[] aMappedModelTiePointsSFCT) ModifierConstructorDescriptionTLcdRasterReference
(ILcdModelReference aModelReference, ILcdBounds aBounds) Creates a new TLcdRasterReference with the given model reference and raster bounds. -
Uses of ILcdModelReference in com.luciad.format.revit
Modifier and TypeMethodDescriptionvoid
TLcdRevitModelDecoder.setDefaultModelReference
(ILcdModelReference aModelReference) -
Uses of ILcdModelReference in com.luciad.format.s57
-
Uses of ILcdModelReference in com.luciad.format.shp
Modifier and TypeMethodDescriptionTLcdSHPModelDecoder.getDefaultModelReference()
Returns the model reference to be used for models when the model reference decoder is set to null.TLcdSHPModelDecoder2.getDefaultModelReference()
Returns the model reference to be used for models when the model reference decoder is set to null.Modifier and TypeMethodDescriptionvoid
TLcdSHPModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the model reference to be used for models when the model reference decoder is set to null.void
TLcdSHPModelDecoder2.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the model reference to be used for models when the model reference decoder is set to null. -
Uses of ILcdModelReference in com.luciad.format.sqlite.spatialite
Modifier and TypeMethodDescriptionTLcdSpatiaLiteModelDecoder.getDefaultModelReference()
Returns the default model reference to be assigned to decoded models.Modifier and TypeMethodDescriptionvoid
TLcdSpatiaLiteModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference to be assigned to decoded models if no model reference can be created based on information from the database. -
Uses of ILcdModelReference in com.luciad.format.svg
Modifier and TypeMethodDescriptionILcdSVGShapeFactoryFactory.createSVGShapeFactory
(ILcdModelReference aModelReference) Creates aILcdSVGShapeFactory
based on the givenILcdModelReference
.TLcdSVGUnStyledShapeFactoryFactory.createSVGShapeFactory
(ILcdModelReference aModelReference) -
Uses of ILcdModelReference in com.luciad.format.swissdhm
Modifier and TypeMethodDescriptionTLcdSwissDHMMatrixModelDecoder.getModelReference()
Returns the reference used for the decoded model. -
Uses of ILcdModelReference in com.luciad.format.tiled3d.osgb
Modifier and TypeMethodDescriptionTLcdOSGBModelDecoder.getDefaultModelReference()
Returns the model reference to be used for models when the model reference decoder is set to null.Modifier and TypeMethodDescriptionvoid
TLcdOSGBModelDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the model reference to be used for models when the model reference decoder is set to null. -
Uses of ILcdModelReference in com.luciad.format.vpf
Modifier and TypeMethodDescriptionTLcdVPFLibrary.getModelReference()
Returns theILcdModelReference
describing the geographic reference system in which all geometry in this library is expressed.Modifier and TypeMethodDescriptionTLcdVPFDatabaseTree.getModelXYWorldTransfoClass
(ILcdModelReference aModelReference) Deprecated.TLcdVPFDatabaseTree.getPen
(ILcdModelReference aModelReference) Deprecated. -
Uses of ILcdModelReference in com.luciad.imaging
Modifier and TypeMethodDescriptionALcdImage.Configuration.getImageReference()
Returns the model reference of this image.Modifier and TypeMethodDescriptionALcdImage.Configuration.Builder.imageReference
(ILcdModelReference aImageReference) Sets the reference of the image.TLcdImageBuilder.imageReference
(ILcdModelReference aImageReference) Set the image reference.TLcdImageMosaicBuilder.imageReference
(ILcdModelReference aImageReference) Set the mosaic reference.TLcdRasterImageBuilder.imageReference
(ILcdModelReference aImageReference) Set the image reference. -
Uses of ILcdModelReference in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getDefaultModelReference()
Returns the defaultILcdModelReference
, or null.Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference. -
Uses of ILcdModelReference in com.luciad.lucy.addons.drawing.format.xml
Modifier and TypeMethodDescriptionstatic ILcdModelReference
TLcyDrawingXMLUtil.getModelReference
(Map aXMLDocumentContext) Retrieve the model reference from a context -
Uses of ILcdModelReference in com.luciad.lucy.addons.modelreference
Modifier and TypeClassDescriptionclass
Adds a property displayName and editable to its superclass.class
Adds a property displayName and a property editable to its superclass.class
Note: Do not programmatically rely on the existence of this class or its methods, as they might change or disappear without notice. -
Uses of ILcdModelReference in com.luciad.lucy.model
Modifier and TypeMethodDescriptionTLcyCompositeModelReferenceDecoder.decodeModelReference
(String aSourceName) Implementation of ILcdModelReferenceDecoder.decodeModelReference.TLcyCompositeModelReferenceParser.parseModelReference
(String aModelReferenceAsString) Modifier and TypeMethodDescriptionTLcyCompositeModelFactory.createModel
(ILcdModelDescriptor aModelDescriptor, ILcdModelReference aModelReference) Implementation of ILcdModelFactory#createModel. -
Uses of ILcdModelReference in com.luciad.meshup
Modifier and TypeMethodDescriptionTLcd3DTilesProcessorBuilder.defaultModelReference
(ILcdModelReference aModelReference) Set a unique reference to be used for all the meshes. -
Uses of ILcdModelReference in com.luciad.model
Modifier and TypeInterfaceDescriptioninterface
This interface provides access to meta-data associated with a model reference.Modifier and TypeMethodDescriptionILcdModelReferenceDecoder.decodeModelReference
(String aDataSourceName) Returns the model reference, associated with the specified data source.TLcdCompositeModelReferenceDecoder.decodeModelReference
(String aDataSourceName) Returns the model reference, associated with the specified data source.ALcdModel.getModelReference()
Returns theILcdModelReference
describing how the geometry of the elements contained in this model should be interpreted.ILcdModel.getModelReference()
Returns theILcdModelReference
describing how the geometry of the elements contained in this model should be interpreted.ILcdModelReferenceDecoder.ModelReferenceWithSource.getModelReference()
Returns the model reference.ILcdModelTreeNode.getModelReference()
Returns theILcdModelReference
describing how the geometry of the elements contained in this model should be interpreted.TLcdDataObjectIndexedAnd2DBoundsIndexedModel.getModelReference()
TLcdDataObjectIndexedVectorModel.getModelReference()
TLcdFeatureIndexedAnd2DBoundsIndexedModel.getModelReference()
Deprecated.TLcdFeatureIndexedVectorModel.getModelReference()
Deprecated.TLcdModelList.getModelReference()
Returns theILcdModelReference
describing how the geometry of the elements contained in this model should be interpreted.TLcdSoft2DBoundsIndexedModel.getModelReference()
TLcdTiled2DBoundsIndexedModel.getModelReference()
Deprecated.Returns theILcdModelReference
describing how the geometry of the elements contained in this model should be interpreted.ILcdModelReferenceParser.parseModelReference
(String aModelReferenceAsString) Returns theILcdModelReference
that corresponds to the specified string representation.Modifier and TypeMethodDescriptionTLcdModelMetadata.getModelReference()
Returns the model reference of the model.Modifier and TypeMethodDescriptionILcdModelFactory.createModel
(ILcdModelDescriptor aModelDescriptor, ILcdModelReference aModelReference) Creates anILcdModel
for the givenILcdModelDescriptor
andILcdModelReference
.protected ILcdBounds
TLcdMultilevelRegularTiledModelDecoder.decodeBounds
(Properties aProperties, ILcdModelReference aModelReference, int aLevel) Deprecated.Decodes the bounds object for a particular level.protected ILcd2DBoundsIndexedModel
TLcdMultilevelRegularTiledModelDecoder.decodeLevel
(Properties aProperties, ILcdBounds aModelBounds, ILcdTileDecoder aTileDecoder, ILcdModelReference aModelReference, String aDefaultDirectoryPath, int aLevel) Deprecated.Decodes the sub-model at the specified level.ILcdModelReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) Returns the string representation for the specifiedILcdModelReference
.TLcdModelMetadata.Builder.modelReference
(ILcdModelReference aModelReference) Sets the model reference to use.void
ILcdModelReferenceEncoder.save
(ILcdModelReference aModelReference, String aDataDestinationName) Saves the specified model reference to a location, next to the data destination.void
TLcdCompositeModelReferenceEncoder.save
(ILcdModelReference aModelReference, String aDataDestinationName) Saves the specified model reference to a location, next to the data destination.void
TLcdSoft2DBoundsIndexedModel.setAnticipatedModelReference
(ILcdModelReference aAnticipatedModelReference) Sets theILcdModelReference
of thisILcdModel
.void
ALcdModel.setModelReference
(ILcdModelReference aModelReference) Sets the model reference describing how the geometry of the elements contained in this model should be interpreted.void
TLcdDataObjectIndexedAnd2DBoundsIndexedModel.setModelReference
(ILcdModelReference aModelReference) Sets the model reference for this model.void
TLcdDataObjectIndexedVectorModel.setModelReference
(ILcdModelReference aModelReference) Sets the model reference for this model.void
TLcdFeatureIndexedAnd2DBoundsIndexedModel.setModelReference
(ILcdModelReference aModelReference) Deprecated.Sets the model reference for this model.void
TLcdFeatureIndexedVectorModel.setModelReference
(ILcdModelReference aModelReference) Deprecated.Sets the model reference for thisTLcdFeatureIndexedVectorModel
.void
TLcdModelList.setModelReference
(ILcdModelReference aModelReference) Sets the model reference.void
TLcdTiled2DBoundsIndexedModel.setModelReference
(ILcdModelReference aModelReference) Deprecated.Sets the model reference describing how the geometry of the elements contained in this model should be interpreted.ModifierConstructorDescriptionModelReferenceWithSource
(ILcdModelReference aModelReference) Creates a new model reference with an empty source, indicating that it is unknown or does not exist.ModelReferenceWithSource
(ILcdModelReference aModelReference, TLcdModelMetadata.Source aSource) Creates a new model reference with source.TLcd2DBoundsIndexedModel
(ILcdModelReference aModelReference, ILcdModelDescriptor aModelDescriptor) Constructs a new, emptyTLcd2DBoundsIndexedModel
, initialized with the specified model reference and model descriptor.TLcdModelTreeNode
(ILcdModelReference aModelReference) Constructs a new, emptyTLcdModelTreeNode
, initialized with the specified model reference and a defaultTLcdModelDescriptor
.TLcdModelTreeNode
(ILcdModelReference aModelReference, ILcdModelDescriptor aModelDescriptor) Constructs a new, emptyTLcdModelTreeNode
, initialized with the specified model reference and model descriptor.TLcdSoft2DBoundsIndexedModel
(String aSource, ILcdModelDecoder aModelDecoder, ILcdModelReference aModelReference, ILcdBounds aModelBounds) Constructs a newTLcdSoft2DBoundsIndexedModel
with the specified source and corresponding model decoder, model reference and model bounds.TLcdVectorModel
(ILcdModelReference aModelReference) Constructs a new, emptyTLcdVectorModel
, initialized with the specified model reference and a defaultTLcdModelDescriptor
.TLcdVectorModel
(ILcdModelReference aModelReference, ILcdModelDescriptor aModelDescriptor) Constructs a new, emptyTLcdVectorModel
, initialized with the specified model reference and model descriptor. -
Uses of ILcdModelReference in com.luciad.ogc.filter.xml
Modifier and TypeMethodDescriptionTLcdOGCFilterDecoder.getDefaultModelReference()
Returns the currently set default model reference.Modifier and TypeMethodDescriptionvoid
TLcdOGCFilterDecoder.setDefaultModelReference
(ILcdModelReference aDefaultModelReference) Sets the default model reference which should be set on geometric primitives in case the objects do not contain a model reference themselves. -
Uses of ILcdModelReference in com.luciad.ogc.wcs.client
-
Uses of ILcdModelReference in com.luciad.ogc.wcs.model
Modifier and TypeMethodDescriptionILcdCoverageOfferingList.getModelReference
(String aCoverageName, TLcdWCSRequestContext aRequestContext) Deprecated.Returns the model reference for the given coverage offering name. -
Uses of ILcdModelReference in com.luciad.ogc.wfs.client
-
Uses of ILcdModelReference in com.luciad.reference
Modifier and TypeClassDescriptionclass
Base class for geo reference implementations.final class
A generic cartesian reference that can be used as a model reference or world reference.final class
This class contains all information about the German grid system.class
The default implementation ofILcdGeocentricReference
.class
ATLcdGeodeticReference
is an implementation ofILcdGeodeticReference
.class
Deprecated.Use the new vertical datum support incom.luciad.geodesy.ILcdGeodeticDatum
as this allows to use geoids for geodetic datums andILcdGeoReference
instances such ascom.luciad.reference.ILcdGridReference
.class
ATLcdGridReference
is an implementation of anILcdGridReference
.final class
This class contains all information about the Belgian grid system.final class
This ILcdGridReference implements the french grid system.final class
Deprecated.This class uses outdated hardcoded parameters.final class
This class contains all information about the Swiss grid system.class
ATLcdTopocentricReference
is an implementation of anILcdTopocentricReference
.class
ThisILcdGridReference
represents a UPS grid reference.class
ThisILcdGridReference
represents a UTM grid reference.class
Implementation ofILcdModelReference
that is not geo-referenced.Modifier and TypeMethodDescriptionstatic ILcdModelReference
TLcdModelReferenceFactory.createModelReference
(String aPrefix, Properties aProperties) This method will, givenaPrefix
andaProperties
, return anILcdModelReference
.static ILcdModelReference
TLcdModelRefFactory.createModelReference
(String aPrefix, Properties aProperties) Deprecated.As of V2.0, replaced byTLcdModelReferenceFactory.createModelReference
.TLcdModelReferenceDecoder.decodeModelReference
(String aDataSourceName) Returns the model reference, associated with the specified data source.TLcdRPCModelReferenceDecoder.decodeModelReference
(String aDataSourceName) Returns the model reference, associated with the specified data source.Modifier and TypeMethodDescriptionvoid
TLcdModelReferenceEncoder.save
(ILcdModelReference aModelReference, String aDestinationName) static void
TLcdModelReferenceFactory.writePropertiesSFCT
(ILcdModelReference aModelReference, String aPrefix, Properties aPropertiesSFCT) This method will, given aaPrefix
and aILcdModelReference
, store theILcdModelReference
as properties into the givenaPropertiesSFCT
as a side effect.static void
TLcdModelRefFactory.writePropertiesSFCT
(ILcdModelReference aModelReference, String aPrefix, Properties aPropertiesSFCT) Deprecated.As of V2.0, replaced byTLcdModelReferenceFactory.writePropertiesSFCT
. -
Uses of ILcdModelReference in com.luciad.reference.format
Modifier and TypeMethodDescriptionTLcdEPSGModelReferenceDecoder.decodeModelReference
(String aDataSourceName) Returns the model reference, associated with the specified data source.TLcdWKTModelReferenceDecoder.decodeModelReference
(String aDataSourceName) Returns the model reference, associated with the specified data source.TLcdAUTO2ReferenceParser.parseModelReference
(String aModelReferenceAsString) TLcdAUTOReferenceParser.parseModelReference
(String aModelReferenceAsString) TLcdCRSReferenceParser.parseModelReference
(String aModelReferenceAsString) TLcdEPSGReferenceParser.parseModelReference
(String aEPSGCode) Decodes the model reference that has the given EPSG code.TLcdOGCModelReferenceParser.parseModelReference
(String aUrn) TLcdProj4ReferenceParser.parseModelReference
(String aDefinition) TLcdSpatialReferenceParser.parseModelReference
(String aString) Deprecated.Returns theILcdModelReference
that corresponds to the specified string representation.TLcdWKTReferenceParser.parseModelReference
(String aModelReferenceAsString) Decodes the model reference.Modifier and TypeMethodDescriptionTLcdAUTO2ReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) TLcdAUTOReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) TLcdCRSReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) TLcdEPSGReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) Formats the model reference passed as an EPSG code.TLcdOGCModelReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) TLcdProj4ReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) TLcdWKTReferenceFormatter.formatModelReference
(ILcdModelReference aModelReference) Encodes the given model reference as a WKT string.void
TLcdEPSGModelReferenceEncoder.save
(ILcdModelReference aModelReference, String aDestinationName) void
TLcdWKTModelReferenceEncoder.save
(ILcdModelReference aModelReference, String aDestinationName) -
Uses of ILcdModelReference in com.luciad.shape
Modifier and TypeMethodDescriptionstatic TLcdRoundedPolygon
TLcdShapeUtil.round
(ILcdModelReference aModelReference, ILcdPolygon aPolygon, double aRoundnessFactor) Use this method to create a rounded version of aILcdPolygon
.static TLcdRoundedPolyline
TLcdShapeUtil.round
(ILcdModelReference aModelReference, ILcdPolyline aPolyline, double aRoundnessFactor) Use this method to create a rounded version of aILcdPolyline
. -
Uses of ILcdModelReference in com.luciad.shape.constraints
Modifier and TypeMethodDescriptionvoid
ILcdCurveConnector.connect
(ILcdCurve aPreviousCurve, ILcdCurve aCurveSFCT, ILcdCurve aNextCurve, ILcdModelReference aModelReference) (Re)connects a curve to the given previous and next curve.void
TLcd2DPointListConnector.connect
(ILcdCurve aPreviousCurve, ILcdCurve aCurveSFCT, ILcdCurve aNextCurve, ILcdModelReference aModelReference) (Re)connects a curve to the given previous and next curve.void
TLcdCircularArcBy3PointsConnector.connect
(ILcdCurve aPreviousCurve, ILcdCurve aCurveSFCT, ILcdCurve aNextCurve, ILcdModelReference aModelReference) (Re)connects a curve to the given previous and next curve.void
TLcdCircularArcByBulgeConnector.connect
(ILcdCurve aPreviousCurve, ILcdCurve aCurveSFCT, ILcdCurve aNextCurve, ILcdModelReference aModelReference) (Re)connects a curve to the given previous and next curve.void
TLcdCircularArcByCenterPointConnector.connect
(ILcdCurve aPreviousCurve, ILcdCurve aCurveSFCT, ILcdCurve aNextCurve, ILcdModelReference aModelReference) (Re)connects a curve to the given previous and next curve.void
TLcdCompositeCurveConnector.connect
(ILcdCurve aPreviousCurve, ILcdCurve aCurveSFCT, ILcdCurve aNextCurve, ILcdModelReference aModelReference) (Re)connects a curve to the given previous and next curve.static void
TLcdCurveConnectorUtil.connectCompositeCurve
(ILcdCompositeCurve aCurve, int aStartCurve, ILcdCurveConnectorProvider aCurveConnectorProvider, ILcdModelReference aModelReference) Fully connects the given composite curve, starting from the given index.static void
TLcdCurveConnectorUtil.connectCompositeRing
(ILcdCompositeCurve aRing, int aStartCurve, ILcdCurveConnectorProvider aCurveConnectorProvider, ILcdModelReference aModelReference) Fully connects the given composite ring, starting from the given index. -
Uses of ILcdModelReference in com.luciad.shape.shape2D
Modifier and TypeMethodDescriptionTLcdRoundedPolygon.getModelReference()
The model reference of the model that this shape will be added to.TLcdRoundedPolyline.getModelReference()
The model reference of the model that this shape will be added to.ModifierConstructorDescriptionTLcdRoundedPolygon
(ILcdModelReference aModelReference, ILcdPointList aControlPoints, double aRoundness) Creates a newTLcdRoundedPolygon
using the points contained in the givenILcdPointList
as control points.TLcdRoundedPolyline
(ILcdModelReference aModelReference, ILcdPointList aControlPoints, double aRoundness) Creates a newTLcdRoundedPolyline
using the points contained in the givenILcdPointList
as control points. -
Uses of ILcdModelReference in com.luciad.symbology.app6a.model
Modifier and TypeMethodDescriptionvoid
TLcdAPP6ANode.applyTemplateShape
(ILcdModelReference aReference, double aX, double aY, double aSize, ILcd2DEditablePointList aListSFCT) Applies a suitable shape for this symbology node, at the given location and of the provided size. -
Uses of ILcdModelReference in com.luciad.symbology.milstd2525b.model
Modifier and TypeMethodDescriptionvoid
TLcdMS2525bNode.applyTemplateShape
(ILcdModelReference aReference, double aX, double aY, double aSize, ILcd2DEditablePointList aListSFCT) Applies a suitable shape for this symbology node, at the given location and of the provided size. -
Uses of ILcdModelReference in com.luciad.tea
Modifier and TypeMethodDescriptionTLcdP2PFactory.createPoint2PointIntervisibility
(ILcdPoint aFirstPoint, ILcdGeoReference aFirstPointReference, double aFirstPointHeightAboveGround, ILcdPoint aSecondPoint, ILcdGeoReference aSecondPointReference, double aSecondPointHeightAboveGround, ILcdModelReference aTargetReference, ILcdRaster[] aRasters, ILcdModelReference aRastersReference) Deprecated.Creates a newILcdPoint2PointIntervisibility
that recomputes its intervisibility each time one of its defining points is changed.TLcdP2PFactory.createPoint2PointIntervisibility
(ILcdPoint aFirstPoint, ILcdGeoReference aFirstPointReference, double aFirstPointHeightAboveGround, ILcdPoint aSecondPoint, ILcdGeoReference aSecondPointReference, double aSecondPointHeightAboveGround, ALcdTerrainElevationProvider aTerrainElevationProvider, ILcdModelReference aTargetReference, ILcdModelModelTransformation aModelModelTransformation, double aStepInMeters) Deprecated.Creates aILcdExtendedPoint2PointIntervisibility
that contains the visibility between two points in different references.TLcdRadarP2PFactory.createPoint2PointIntervisibility
(ILcdPoint aFromPoint, ILcdGeoReference aFromPointReference, double aFromPointHeightAboveGround, ILcdPoint aToPoint, ILcdGeoReference aToPointReference, double aToPointHeightAboveGround, ILcdModelReference aTargetReference, ILcdRaster[] aRasters, ILcdModelReference aRastersReference, double aKFactor) Deprecated.Convenience method to simplify intervisibility computations over terrain which is represented by raster data, all defined in the same reference.TLcdRadarP2PFactory.createPoint2PointIntervisibility
(ILcdPoint aFirstPoint, ILcdGeoReference aFirstPointReference, double aFirstPointHeightAboveGround, ILcdPoint aSecondPoint, ILcdGeoReference aSecondPointReference, double aSecondPointHeightAboveGround, ALcdTerrainElevationProvider aTerrainElevationProvider, ILcdModelReference aTargetReference, ILcdModelModelTransformation aModelModelTransformation, double aStepInMeters, double aKFactor) Deprecated.Creates aILcdExtendedPoint2PointIntervisibility
that contains the visibility between two points in different references.void
TLcdTerrainProfileUtil.updateInternalProfile
(ILcdRaster[] aRasters, ILcdModelReference aModelReference, ILcdGXYView aGXYView, ILcdPoint aStartModelPoint, ILcdPoint aEndModelPoint, boolean aAppend) Deprecated. -
Uses of ILcdModelReference in com.luciad.transformation
Modifier and TypeMethodDescriptionTLcdDefaultModelModelTransformation.getDestinationReference()
Returns the set destination reference.ILcdModelXYWorldTransformation.getModelReference()
Gets the model reference of thisILcdModelXYWorldTransformation
.ILcdModelXYZWorldTransformation.getModelReference()
Gets the model reference of thisILcdModelXYZWorldTransformation
.ILcdModelZWorldTransformation.getModelReference()
Returns the model reference that is taken into account when transforming points.TLcdCompositeModelXYZWorldTransformation.getModelReference()
TLcdDefaultModelXYWorldTransformation.getModelReference()
TLcdDefaultModelXYZWorldTransformation.getModelReference()
TLcdGeocentric2Grid.getModelReference()
Gets theILcdModelReference
of thisTLcdGeocentric2Grid
.TLcdGeodetic2Geocentric.getModelReference()
Gets the model reference of this transformation.TLcdGeodetic2Grid.getModelReference()
Gets theILcdModelReference
of thisTLcdGeodetic2Grid
.TLcdGeoid2Grid.getModelReference()
Deprecated.Gets theILcdModelReference
of thisTLcdGeoid2Grid
.TLcdGrid2Geocentric.getModelReference()
Gets the model reference of this transformation.TLcdGrid2Grid.getModelReference()
Gets theILcdModelReference
of thisTLcdGrid2Grid
.TLcdIdentityModelXYWorldTransformation.getModelReference()
TLcdIdentityModelXYZWorldTransformation.getModelReference()
TLcdLinearModelZWorldTransformation.getModelReference()
TLcdModelXYWorldTransformation.getModelReference()
Deprecated.TLcdModelXYZWorldTransformation.getModelReference()
Deprecated.TLcdTopocentric2Grid.getModelReference()
Gets theILcdModelReference
of thisTLcdTopocentric2Grid
.TLcdDefaultModelModelTransformation.getSourceReference()
Returns the set source reference.Modifier and TypeMethodDescriptionvoid
ILcdModelModelTransformation.setDestinationReference
(ILcdModelReference aDestinationReference) Sets the destinationILcdModelReference
.void
TLcdDefaultModelModelTransformation.setDestinationReference
(ILcdModelReference aDestinationReference) void
TLcdGeoReference2GeoReference.setDestinationReference
(ILcdModelReference aModelReference) Sets the destinationILcdModelReference
.void
ILcdModelXYWorldTransformation.setModelReference
(ILcdModelReference aModelReference) Sets the model reference of thisILcdModelXYWorldTransformation
.void
ILcdModelXYZWorldTransformation.setModelReference
(ILcdModelReference aModelReference) Sets the model reference of thisILcdModelXYZWorldTransformation
.void
ILcdModelZWorldTransformation.setModelReference
(ILcdModelReference aModelReference) Sets the model reference that will be taken into account when transforming points.void
TLcdCompositeModelXYZWorldTransformation.setModelReference
(ILcdModelReference aReference) void
TLcdDefaultModelXYWorldTransformation.setModelReference
(ILcdModelReference aModelReference) void
TLcdDefaultModelXYZWorldTransformation.setModelReference
(ILcdModelReference aModelReference) void
TLcdGeocentric2Grid.setModelReference
(ILcdModelReference aModelReference) Sets theILcdModelReference
of thisTLcdGeocentric2Grid
.void
TLcdGeodetic2Geocentric.setModelReference
(ILcdModelReference aModelReference) Sets theILcdModelReference
for this transformation.void
TLcdGeodetic2Grid.setModelReference
(ILcdModelReference aModelReference) Sets theILcdModelReference
of thisTLcdGeodetic2Grid
.void
TLcdGeoid2Grid.setModelReference
(ILcdModelReference aModelReference) Deprecated.Sets theILcdModelReference
of thisTLcdGeoid2Grid
.void
TLcdGrid2Geocentric.setModelReference
(ILcdModelReference aModelReference) Sets theILcdModelReference
for this transformation.void
TLcdGrid2Grid.setModelReference
(ILcdModelReference aModelReference) Sets theILcdModelReference
of thisTLcdGrid2Grid
.void
TLcdIdentityModelXYWorldTransformation.setModelReference
(ILcdModelReference aModelReference) void
TLcdIdentityModelXYZWorldTransformation.setModelReference
(ILcdModelReference aModelReference) void
TLcdLinearModelZWorldTransformation.setModelReference
(ILcdModelReference aModelReference) void
TLcdModelXYWorldTransformation.setModelReference
(ILcdModelReference aModelReference) Deprecated.void
TLcdModelXYZWorldTransformation.setModelReference
(ILcdModelReference aModelReference) Deprecated.void
TLcdTopocentric2Grid.setModelReference
(ILcdModelReference aModelReference) Sets theILcdModelReference
of thisTLcdTopocentric2Grid
.void
ILcdModelModelTransformation.setSourceReference
(ILcdModelReference aSourceReference) Sets the sourceILcdModelReference
.void
TLcdDefaultModelModelTransformation.setSourceReference
(ILcdModelReference aSourceReference) void
TLcdGeoReference2GeoReference.setSourceReference
(ILcdModelReference aSourceReference) Sets the sourceILcdModelReference
.ModifierConstructorDescriptionTLcdDefaultModelModelTransformation
(ILcdModelReference aSourceReference, ILcdModelReference aDestinationReference) Creates a new model model transformation using the given source and destinationILcdModelReference
.TLcdDefaultModelXYWorldTransformation
(ILcdModelReference aModelReference, ILcdXYWorldReference aXYWorldReference) Creates a new model world transformation using the given model and world reference.TLcdDefaultModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aXYZWorldReference) Creates a new model world transformation using the given model and world reference.TLcdGeocentric2Grid
(ILcdModelReference aModelReferenceGeocentric, ILcdXYWorldReference aXYWorldReferenceGrid) Constructor with anILcdGeocentricReference
and anILcdGridReference
.TLcdGeodetic2Geocentric
(ILcdModelReference aModelReference, ILcdXYZWorldReference aWorldReference) Constructs a new TLcdGeodetic2Geocentric transformation using a specified model and world reference.TLcdGeodetic2Grid
(ILcdModelReference aModelReferenceGeodetic, ILcdXYWorldReference aXYWorldReferenceGrid) Constructor with anILcdModelReference
and anILcdXYWorldReference
.TLcdGeoid2Grid
(ILcdModelReference aModelReferenceGeoid, ILcdXYWorldReference aXYWorldReferenceGrid) Deprecated.Constructor with anILcdGeoidReference
and anILcdProjectionReference
.TLcdGrid2Geocentric
(ILcdModelReference aModelReference, ILcdXYZWorldReference aWorldReference) Constructs a new TLcdGrid2Geocentric transformation using a specified model and world reference.TLcdGrid2Grid
(ILcdModelReference aModelReferenceGrid, ILcdXYWorldReference aXYWorldReferenceGrid) Constructor with anILcdGridReference
and anILcdGridReference
.TLcdIdentityModelXYWorldTransformation
(ILcdModelReference aModelReference, ILcdXYWorldReference aXYWorldReference) Default constructor with aILcdModelReference
and aILcdXYWorldReference
.TLcdIdentityModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aXYZWorldReference) Constructor with aILcdModelReference
and aILcdXYZWorldReference
.TLcdModelXYWorldTransformation
(ILcdModelReference aModelReference, ILcdXYWorldReference aXYWorldReference) Deprecated.Default constructor with aILcdModelReference
and aILcdXYWorldReference
.TLcdModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aXYZWorldReference) Deprecated.Constructor with aILcdModelReference
and aILcdXYZWorldReference
.TLcdTopocentric2Grid
(ILcdModelReference aModelReferenceTopocentric, ILcdXYWorldReference aXYWorldReferenceGrid) Constructor with anILcdTopocentricReference
and anILcdGridReference
. -
Uses of ILcdModelReference in com.luciad.util.measure
Modifier and TypeMethodDescriptionabstract TLcdISO19103Measure[]
ALcdMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point.TLcdTransformedMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) ModifierConstructorDescriptionTLcdTransformedMeasureProvider
(ALcdMeasureProvider aMeasureProvider, ILcdModelReference aModelReference) Creates a new measure provider wrapper makes sure that the given point andParameters
are transformed to the given model reference. -
Uses of ILcdModelReference in com.luciad.view.gxy
Modifier and TypeMethodDescriptionstatic ALcdGXYPen
ALcdGXYPen.create
(ILcdModelReference aModelReference) Creates a pen that suits the given model reference and gives fast rendering results.static ALcdGXYPen
ALcdGXYPen.create
(ILcdModelReference aModelReference, ALcdGXYPen.Quality aQuality) Creates a pen that suits the given model reference and using the given rendering quality. -
Uses of ILcdModelReference in com.luciad.view.gxy.measure
Modifier and TypeMethodDescriptionTLcdGXYViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point.void
TLcdGXYViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters, TLcdGXYViewMeasureProvider.Callback aCallback) This method retrieves the measures at the given point, and does not block the calling thread when handling asynchronous layers. -
Uses of ILcdModelReference in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionTLspContext.getModelReference()
Returns the reference of the model contained in this context's layer. -
Uses of ILcdModelReference in com.luciad.view.lightspeed.controller.ruler
Modifier and TypeMethodDescriptionprotected double
TLspRulerController.calculateAzimuth
(ILcdPoint aPoint1, ILcdPoint aPoint2, ILcdModelReference aReference, TLspRulerController.MeasureMode aMeasureMode) This method is called to calculate the azimuth for a segment of a ruler measurement.protected double
TLspRulerController.calculateDistance
(ILcdPoint aPoint1, ILcdPoint aPoint2, ILcdModelReference aReference, TLspRulerController.MeasureMode aMeasureMode) This method is called to calculate the distance of a segment of a ruler measurement. -
Uses of ILcdModelReference in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionvoid
TLspArcByCenterEditor.updateRadiusForPoint
(ILcd2DEditableCircularArcByCenterPoint aArc, ILcdModelReference aModelReference, ILcdPoint aNewPoint) -
Uses of ILcdModelReference in com.luciad.view.lightspeed.editor.handle
Modifier and TypeMethodDescriptionTLspPointSetHandle.getPointReference()
Returns the reference in which the handle point is defined.TLspPointTranslationHandle.getPointReference()
Returns the reference in which the handle point is defined.ModifierConstructorDescriptionTLspPointSetHandle
(Object aGeometry, ILcdPoint aPoint, ILcdModelReference aPointReference) Creates a new handle for the given geometryTLspPointTranslationHandle
(Object aDomainObject, ILcdPoint aPoint, ILcdModelReference aPointReference) Constructs a point handle for the given editor that can be dragged or moved around with the mouse. -
Uses of ILcdModelReference in com.luciad.view.lightspeed.editor.operation
Modifier and TypeMethodDescriptionTLspIndexedPointDescriptor.getModelReference()
Returns the model reference of the pointTLspIndexedSubShapeDescriptor.getModelReference()
Returns the model reference of the subshapeTLspMoveDescriptor.getModelReference()
Returns the model reference of thisTLspMoveDescriptor
ModifierConstructorDescriptionTLspIndexedPointDescriptor
(ILcdModelReference aModelReference, ILcdPoint aPoint, Integer aIndex) Creates a new indexed point descriptorTLspIndexedSubShapeDescriptor
(ILcdModelReference aModelReference, T aSubShape, Integer aIndex) Creates a new index subshape descriptorTLspMoveDescriptor
(ILcdModelReference aModelReference, ILcdPoint aStartPoint, ILcdPoint aTargetPoint) Creates a new unconstrained move from start to target pointTLspMoveDescriptor
(TLspMoveDescriptor.Constraints aConstraints, ILcdModelReference aModelReference, ILcdPoint aStartPoint, ILcdPoint aTargetPoint) Creates a new Constrained move from start to target point -
Uses of ILcdModelReference in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionprotected ILcdModelXYZWorldTransformation
ALspLayer.createModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aWorldReference, ILspView aView) Creates a new model world transformation for the given model and world reference. -
Uses of ILcdModelReference in com.luciad.view.lightspeed.measure
Modifier and TypeMethodDescriptionTLspViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point. -
Uses of ILcdModelReference in com.luciad.view.lightspeed.painter.grid
Modifier and TypeMethodDescriptionstatic ILcdModel
TLspXYGridLayerBuilder.createModel
(String aModelName, ILcdModelReference aModelReference) Creates a model that can be used by this builder.TLspXYGridOverlayLabelBuilder.modelReference
(ILcdModelReference aModelReference) The model reference in which the overlay label displays its coordinates. -
Uses of ILcdModelReference in com.luciad.view.lightspeed.style.styler
Modifier and TypeMethodDescriptionALspStyleTargetProvider.getStyleTargetReference
(TLspContext aContext) Returns the reference of the style targets used by this provider. -
Uses of ILcdModelReference in com.luciad.view.lightspeed.util
Modifier and TypeMethodDescriptionTLspViewNavigationUtil.animatedCenterOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aReference) Starts an animation that moves the view to the middle of the specified bounds.TLspViewNavigationUtil.animatedFitOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aBoundsReference) Returns an animation that fits the view on the specified bounds.void
TLspViewNavigationUtil.centerOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aReference) Moves the view to the middle of the specified bounds.void
TLspViewNavigationUtil.fitOnModelBounds
(ILcdBounds aBounds, ILcdModelReference aReference) Fits the view on the specified bounds. -
Uses of ILcdModelReference in com.luciad.view.map
ModifierConstructorDescriptionTLcdMapGridRulerController
(ILcdModelReference aGridReference) Deprecated.TLcdMapGridRulerController
(ILcdModelReference aGridReference, boolean aRegisterFlag) Deprecated.TLcdXYGridLayer
(String aLabel, ILcdModelReference aModelReference) Creates a grid layer that visualizes a grid in the given model reference. -
Uses of ILcdModelReference in com.luciad.view.map.multilevelgrid
ModifierConstructorDescriptionTLcdMultilevelGridCoordinateModel
(ILcdMultilevelGrid aMultilevelGrid, ILcdModelReference aModelReference) Constructs a multilevel model to containILcdMultilevelCoordinate
which are defined with regard to the multilevel grid passed, which is based on the model reference passed.TLcdMultilevelGridLayer
(ILcdMultilevelGrid aMultilevelGrid, ILcdModelReference aModelReference) Constructs aTLcdMultilevelGridLayer
that will render a multilevel grid in anILcdGXYView
.
.TLcdDGNModelDecoder.getDefaultModelReference()