Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditableBounds
Packages that use ILcd3DEditableBounds
Package
Description
Contains implementations of
ILcdEarthTileCombiner
.Contains tile splitters used by
TLcdEarthLevelFallbackTileSet
.Provides classes and interfaces for decoding and displaying ASTERIX data.
This package contains functionality related to the decoding of Bing Maps models.
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.
This package contains all geometry classes of KML.
The datatype in this package is an aggregate of the metadata elements that describe the spatial
and temporal extent of the referring entity.
Provides representations, decoders, and encoders for rasters.
Handles the S-57 format.
Everything related to representing three-dimensional shapes.
Three-dimensional shapes that can be changed in two dimensions.
Three-dimensional shapes that can be changed in all three dimensions.
Handles all transformations between model coordinates and world coordinates.
Contains view world transformations.
Provides support for interactive editing of domain objects in a model.
Provides support for painting labels for objects.
-
Uses of ILcd3DEditableBounds in com.luciad.earth.metadata.preprocessor.combiner
Methods in com.luciad.earth.metadata.preprocessor.combiner with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptionprotected ALcdEarthTile
ALcdEarthTileCombiner.createCombinedTile
(ILcd3DEditableBounds aCombinedBounds, Object aCombinedData, int aLevel, long aX, long aY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoreference, TLcdEarthTileFormat aFormat) Returns a newTLcdEarthTile
with the given properties. -
Uses of ILcd3DEditableBounds in com.luciad.earth.tileset.util.splitter
Methods in com.luciad.earth.tileset.util.splitter that return ILcd3DEditableBoundsModifier and TypeMethodDescriptionprotected ILcd3DEditableBounds
ALcdEarthTileSplitter.getSubTileBounds
(ALcdEarthTile aInput, int aLevelDelta, int aX, int aY, Object aSubTileData) Returns the bounds of the sub tile.protected ILcd3DEditableBounds
TLcdEarthImageSplitter.getSubTileBounds
(ALcdEarthTile aInput, int aLevelDelta, int aX, int aY, Object aSubTileData) protected ILcd3DEditableBounds
TLcdEarthMultivaluedDataSplitter.getSubTileBounds
(ALcdEarthTile aInput, int aLevelDelta, int aX, int aY, Object aSubTileData) Methods in com.luciad.earth.tileset.util.splitter with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptionprotected ALcdEarthTile
ALcdEarthTileSplitter.createSubTile
(ILcd3DEditableBounds aBounds, Object aData, int aLevel, long aX, long aY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) Returns a newTLcdEarthTile
with the given properties. -
Uses of ILcd3DEditableBounds in com.luciad.format.asterix
Methods in com.luciad.format.asterix that return ILcd3DEditableBounds -
Uses of ILcd3DEditableBounds in com.luciad.format.bingmaps
Methods in com.luciad.format.bingmaps that return ILcd3DEditableBounds -
Uses of ILcd3DEditableBounds in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcd3DEditableBoundsModifier and TypeClassDescriptionclass
The Box structure defines an extent using a pair of coordinate tuples.Methods in com.luciad.format.gml2.model that return ILcd3DEditableBounds -
Uses of ILcd3DEditableBounds in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcd3DEditableBoundsModifier and TypeClassDescriptionclass
class
Domain class for the GML envelope.class
Envelope that includes also a temporal extent.class
gml:Rectangle represents a rectangle as a surface patch with an outer boundary consisting of a linear ring.Methods in com.luciad.format.gml31.model that return ILcd3DEditableBoundsModifier and TypeMethodDescriptionTLcdGML31Envelope.cloneAs3DEditableBounds()
TLcdGML31Rectangle.cloneAs3DEditableBounds()
TLcdGML31ShapeFactory.createRectangle
(ILcdModelReference aModelReference) Creates a newgml:Rectangle
, which can be edited through theILcd3DEditableBounds
interface. -
Uses of ILcd3DEditableBounds in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcd3DEditableBoundsModifier and TypeClassDescriptionclass
Domain class for the GML envelope.class
gml:EnvelopeWithTimePeriod is provided for envelopes that include a temporal extent.class
gml:Rectangle represents a rectangle as a surface patch with an outer boundary consisting of a linear ring.Methods in com.luciad.format.gml32.model that return ILcd3DEditableBoundsModifier and TypeMethodDescriptionTLcdGML32Envelope.cloneAs3DEditableBounds()
TLcdGML32Rectangle.cloneAs3DEditableBounds()
TLcdGML32ShapeFactory.createRectangle
(ILcdModelReference aModelReference) Creates a newgml:Rectangle
, which can be edited through theILcd3DEditableBounds
interface. -
Uses of ILcd3DEditableBounds in com.luciad.format.kml22.model.geometry
Methods in com.luciad.format.kml22.model.geometry that return ILcd3DEditableBounds -
Uses of ILcd3DEditableBounds in com.luciad.format.metadata.model.extent
Methods in com.luciad.format.metadata.model.extent that return ILcd3DEditableBounds -
Uses of ILcd3DEditableBounds in com.luciad.format.raster
Methods in com.luciad.format.raster with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptionvoid
TLcdRasterOffsetModelXYZWorldTransformation.modelBounds2worldSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aILcd3DEditableBounds) void
TLcdRasterOffsetModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aILcd3DEditableBounds) -
Uses of ILcd3DEditableBounds in com.luciad.format.s57
Methods in com.luciad.format.s57 that return ILcd3DEditableBoundsModifier and TypeMethodDescriptionTLcdS57Node.cloneAs3DEditableBounds()
TLcdS57Point.cloneAs3DEditableBounds()
-
Uses of ILcd3DEditableBounds in com.luciad.shape
Methods in com.luciad.shape that return ILcd3DEditableBoundsModifier and TypeMethodDescriptionILcdBounds.cloneAs3DEditableBounds()
Returns a copy of thisILcdBounds
object that is also anILcd3DEditableBounds
. -
Uses of ILcd3DEditableBounds in com.luciad.shape.shape2D
Methods in com.luciad.shape.shape2D that return ILcd3DEditableBoundsModifier and TypeMethodDescriptionTLcdLonLatBounds.cloneAs3DEditableBounds()
TLcdLonLatFloatBounds.cloneAs3DEditableBounds()
final ILcd3DEditableBounds
TLcdLonLatFloatPoint.cloneAs3DEditableBounds()
TLcdLonLatPoint.cloneAs3DEditableBounds()
TLcdXYBounds.cloneAs3DEditableBounds()
TLcdXYFloatBounds.cloneAs3DEditableBounds()
TLcdXYFloatPoint.cloneAs3DEditableBounds()
TLcdXYPoint.cloneAs3DEditableBounds()
-
Uses of ILcd3DEditableBounds in com.luciad.shape.shape3D
Classes in com.luciad.shape.shape3D that implement ILcd3DEditableBoundsModifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcd3DEditableBounds
interface.class
This class provides an implementation ofILcd3DEditableBounds
in the geodetic space.class
This class provides an implementation ofILcd3DEditableBounds
in the cartesian space.class
This class provides an implementation ofILcd3DEditableBounds
in the cartesian space.Methods in com.luciad.shape.shape3D that return ILcd3DEditableBoundsModifier and TypeMethodDescriptionprotected abstract ILcd3DEditableBounds
ALcd3DEditablePolypoint.calculateBounds()
This method should compute the bounds of the polypoint.protected ILcd3DEditableBounds
TLcdLonLatHeightPolygon.calculateBounds()
protected ILcd3DEditableBounds
TLcdLonLatHeightPolyline.calculateBounds()
protected ILcd3DEditableBounds
TLcdLonLatHeightPolypoint.calculateBounds()
protected ILcd3DEditableBounds
TLcdXYZPolygon.calculateBounds()
The bounds are determined by including all points that determine the polyline.protected ILcd3DEditableBounds
TLcdXYZPolyline.calculateBounds()
The bounds are determined by including all points that determine the polyline.protected ILcd3DEditableBounds
TLcdXYZPolypoint.calculateBounds()
Computes the bounds by including all the points.TLcdLonLatHeightBounds.cloneAs3DEditableBounds()
TLcdLonLatHeightPoint.cloneAs3DEditableBounds()
TLcdXYZBounds.cloneAs3DEditableBounds()
TLcdXYZFloatBounds.cloneAs3DEditableBounds()
TLcdXYZFloatPoint.cloneAs3DEditableBounds()
TLcdXYZPoint.cloneAs3DEditableBounds()
protected abstract ILcd3DEditableBounds
ALcd3DEditableFloatPolypoint.createBounds()
Creates an uninitializedILcd3DEditableBounds
object of a type compatible with the concrete implementation of this class.protected ILcd3DEditableBounds
TLcdXYZFloatPolygon.createBounds()
protected ILcd3DEditableBounds
TLcdXYZFloatPolyline.createBounds()
protected ILcd3DEditableBounds
TLcdXYZFloatPolypoint.createBounds()
Methods in com.luciad.shape.shape3D with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptionprotected void
ALcd3DEditableFloatPolypoint.calculateBounds
(ILcd3DEditableBounds aBoundsSFCT) This method should compute the bounds of the polypoint. -
Uses of ILcd3DEditableBounds in com.luciad.transformation
Methods in com.luciad.transformation with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptionvoid
TLcdGeoReference2GeoReference.destBounds2sourceSFCT
(ILcdBounds aDestinationBounds, ILcd3DEditableBounds aSourceBoundsSFCT) Deprecated.void
ILcdModelModelTransformation.destinationBounds2sourceSFCT
(ILcdBounds aDestinationBounds, ILcd3DEditableBounds aSourceBoundsSFCT) Moves a bounds of the source reference to the location of a bounds of the destination reference.void
TLcdDefaultModelModelTransformation.destinationBounds2sourceSFCT
(ILcdBounds aDestinationBounds, ILcd3DEditableBounds aSourceBoundsSFCT) void
TLcdGeoReference2GeoReference.destinationBounds2sourceSFCT
(ILcdBounds aDestinationBounds, ILcd3DEditableBounds aSourceBoundsSFCT) Transforms a bounds from the destinationILcdGeoReference
to the sourceILcdGeoReference
.void
ILcdModelXYZWorldTransformation.modelBounds2worldSFCT
(ILcdBounds aModelBounds, ILcd3DEditableBounds aWorldBoundsSFCT) Transforms model bounds into world bounds.void
TLcdCompositeModelXYZWorldTransformation.modelBounds2worldSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aEditableBounds) void
TLcdDefaultModelXYZWorldTransformation.modelBounds2worldSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aEditableBounds) void
TLcdGeodetic2Geocentric.modelBounds2worldSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aBoundsSFCT) void
TLcdGrid2Geocentric.modelBounds2worldSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aBoundsSFCT) void
TLcdIdentityModelXYZWorldTransformation.modelBounds2worldSFCT
(ILcdBounds aModelBounds, ILcd3DEditableBounds aXYZBoundsSFCT) void
TLcdModelXYZWorldTransformation.modelBounds2worldSFCT
(ILcdBounds aModelBounds, ILcd3DEditableBounds aXYZBoundsSFCT) Deprecated.void
ILcdModelModelTransformation.sourceBounds2destinationSFCT
(ILcdBounds aSourceBounds, ILcd3DEditableBounds aDestinationBoundsSFCT) Moves a bounds of the destination reference to the location of a bounds of the source reference.void
TLcdDefaultModelModelTransformation.sourceBounds2destinationSFCT
(ILcdBounds aSourceBounds, ILcd3DEditableBounds aDestinationBoundsSFCT) void
TLcdGeoReference2GeoReference.sourceBounds2destinationSFCT
(ILcdBounds aSourceBounds, ILcd3DEditableBounds aDestinationBoundsSFCT) Transforms a bounds from the sourceILcdGeoReference
to the destinationILcdGeoReference
.void
TLcdGeoReference2GeoReference.sourceBounds2destSFCT
(ILcdBounds aSourceBounds, ILcd3DEditableBounds aDestinationBoundsSFCT) void
ILcdModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Transforms world bounds into model bounds.void
ILcdModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Transforms world bounds into model bounds.void
TLcdCompositeModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aEditableBounds) void
TLcdDefaultModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdDefaultModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aEditableBounds) void
TLcdGeocentric2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdGeodetic2Geocentric.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aBoundsSFCT) void
TLcdGeodetic2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdGeoid2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Deprecated.void
TLcdGrid2Geocentric.worldBounds2modelSFCT
(ILcdBounds aBounds, ILcd3DEditableBounds aBoundsSFCT) void
TLcdGrid2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdIdentityModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdIdentityModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aXYZBounds, ILcd3DEditableBounds aModelBoundsSFCT) void
TLcdModelXYWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) Deprecated.void
TLcdModelXYZWorldTransformation.worldBounds2modelSFCT
(ILcdBounds aXYZBounds, ILcd3DEditableBounds aModelBoundsSFCT) Deprecated.void
TLcdTopocentric2Grid.worldBounds2modelSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aModelBoundsSFCT) -
Uses of ILcd3DEditableBounds in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptionvoid
ALspViewXYZWorldTransformation.viewBounds2worldSFCT
(ILcdBounds aViewBounds, ILcd3DEditableBounds aWorldBoundsSFCT) Transforms a bounds in view coordinates to a bounds in world coordinates.void
ALspViewXYZWorldTransformation.worldBounds2viewSFCT
(ILcdBounds aWorldBounds, ILcd3DEditableBounds aViewBoundsSFCT) Transforms a bounds in world coordinates to a bounds in view coordinates. -
Uses of ILcd3DEditableBounds in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptionprotected ALspEditHandle
TLspBoundsEditor.createHeightTranslationHandle
(ILcd3DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to edit the height above the terrain of the given 3D bounds by dragging the bounds up/down.protected ALspEditHandle
TLspBoundsEditor.createMaximumHeightHandle
(ILcd3DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to edit the depth of the given 3D bounds by dragging it up/down.protected ALspEditHandle
TLspBoundsEditor.createMinimumHeightHandle
(ILcd3DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to edit the Z-value of the given 3D bounds' location by dragging it up/down. -
Uses of ILcd3DEditableBounds in com.luciad.view.lightspeed.painter.label
Methods in com.luciad.view.lightspeed.painter.label with parameters of type ILcd3DEditableBoundsModifier and TypeMethodDescriptiondouble
ILspLabelPainter.labelBoundsSFCT
(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditableBounds aBoundsSFCT) Calculates the bounds of the given label for the given label location.double
TLspLabelPainter.labelBoundsSFCT
(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditableBounds aBoundsSFCT)
TLcdGeoReference2GeoReference.destinationBounds2sourceSFCT(com.luciad.shape.ILcdBounds, com.luciad.shape.shape3D.ILcd3DEditableBounds)
.