Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditablePoint
Packages that use ILcd3DEditablePoint
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all aerodrome related aspects.
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
Provides classes and interfaces for all navigation aid related aspects.
Provides classes and interfaces for all obstacle related aspects.
Provides classes and interfaces for all parachute jump area related aspects.
Provides classes and interfaces for all procedure related aspects.
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
Provides classes and interfaces for all route or airway related aspects.
Provides classes and interfaces for all service related aspects.
Provides classes and interfaces for all arrival / departure routes in Visual Flight Rules related aspects.
Everything related to representing three-dimensional shapes that are domain independent.
This package provides the classes that correspond to AIXM 5.1 geometry types.
Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
Provides classes and interfaces for decoding and displaying ASTERIX data.
Decoders that handle the DAFIF format.
Provides shape classes containing a measure value.
Handles the dgn format.
Handles the dwg format.
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 specialized Informix shapes.
This package contains all geometry classes of KML.
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 defines interfaces for the modelling of arbitrary 3D geometries.
Provides a domain model for the OpenFlight format.
Provides representations, decoders, and encoders for rasters.
Handles the S-57 format.
Handles the shp format.
Specifies ellipsoids and geodetic datums.
Contains classes to perform geometry operations in cartesian space.
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.
Contains all classes for terrain elevation analysis.
Handles all transformations between model coordinates and world coordinates.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Contains view world transformations.
Provides support for interactive editing of domain objects in a model.
Provides support for the discretization of vector shapes.
Handles labeling algorithms.
Provides support for painting labels for objects.
Defines label locations used by label painters.
Provides a painting support for 3D meshes.
Provides tools needed for working with draped data and the terrain the data is visualized on.
Utilities for making maps.
-
Uses of ILcd3DEditablePoint in com.luciad.ais.model
Methods in com.luciad.ais.model that return ILcd3DEditablePointModifier and TypeMethodDescriptionabstract ILcd3DEditablePointALcdAISGeometryFactory.createPoint()Creates a new point.TLcdAISLonLatHeightGeometryFactory.createPoint()Creates a new point.TLcdAISXYZGeometryFactory.createPoint()Creates a new point.Methods in com.luciad.ais.model with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionabstract ILcdEditableRouteSegmentALcdAISObjectFactory.createEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.Creates anILcdEditableRouteSegmentwith the given begin and end points.TLcdAISLonLatHeightObjectFactory.createEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.TLcdAISXYZObjectFactory.createEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.abstract ILcdEditableRouteSegmentALcdAISObjectFactory.createFeaturedEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint, int aNumberOfFeatures) Deprecated.Creates anILcdEditableRouteSegmentwith the given begin and end points and the given number of features.TLcdAISLonLatHeightObjectFactory.createFeaturedEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint, int aNumberOfFeatures) Deprecated.TLcdAISXYZObjectFactory.createFeaturedEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint, int aNumberOfFeatures) Deprecated.TLcdAISDataObjectFactory.createRouteSegment(TLcdDataType aType, ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Creates anILcdEditableRouteSegmentwith the given begin and end point. -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.aerodrome
Subinterfaces of ILcd3DEditablePoint in com.luciad.ais.model.aerodromeModifier and TypeInterfaceDescriptioninterfaceThis interface defines operations to edit the attributes and relationships of anILcdAerodrome.interfaceThis interface is an extension of theILcdArrestingGearinterface that allows to change the attributes and relationships of an arresting gear.interfaceThis interface defines operations to edit the attributes and relationships of anILcdRunwayClinePoint.Classes in com.luciad.ais.model.aerodrome that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThe default implementation of an aerodrome without additional properties.classThis class represents an arresting gear with only default properties.classThe default implementation of an aerodrome with properties.classThe default implementation of an arresting gear with properties.classThe default implementation of a runway cline point with features.classThe default implementation of a runway cline point with default properties.Methods in com.luciad.ais.model.aerodrome with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdHelipad.computePointSFCT(double aV, ILcd3DEditablePoint aILcd3DEditablePoint) -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.airspace
Classes in com.luciad.ais.model.airspace that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThe default implementation of an airspace segment without features.classAn implementation of an airspace segment that uses aILcdGeoPathLeg.SUB_POINT_LISTas geopath leg type together with a shared subpointlist as dataset.Methods in com.luciad.ais.model.airspace with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdAirspace.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdAirspaceCorridor.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.obstacle
Subinterfaces of ILcd3DEditablePoint in com.luciad.ais.model.obstacleModifier and TypeInterfaceDescriptioninterfaceThis extension of theILcdEditableObstacleinterface allows users to change the geodetic datum of an obstacle.Classes in com.luciad.ais.model.obstacle that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThis extension ofTLcdFeaturedObstaclehas all facilities to store obstacle related aspects.classThis class defines an obstacle. -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.parachutejumparea
Classes in com.luciad.ais.model.parachutejumparea that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThe default implementation of a parachute jump area segment without features.Methods in com.luciad.ais.model.parachutejumparea with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdParachuteJumpArea.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.procedure
Methods in com.luciad.ais.model.procedure with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdProcedureTrajectory.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.refuelingtrack
Subinterfaces of ILcd3DEditablePoint in com.luciad.ais.model.refuelingtrackModifier and TypeInterfaceDescriptioninterfaceAn editable extension ofILcdRefuelingTrackPoint.Classes in com.luciad.ais.model.refuelingtrack that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThis extension ofTLcdRefuelingTrackPointhas all facilities to store refueling route point related aspects.classThis class represents a refueling route point. -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.route
Subinterfaces of ILcd3DEditablePoint in com.luciad.ais.model.routeModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdMilitaryTrainingRoutePointinterface that allows to change the attributes and relationships of a military training route point.interfaceThis interface is an extension of theILcdRoutePointinterface that allows to change the attributes and relationships of a route point.Classes in com.luciad.ais.model.route that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassA featured extension ofTLcdMilitaryTrainingRoutePoint.classAn implementation ofILcdMilitaryTrainingRoutePoint. -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.service
Subinterfaces of ILcd3DEditablePoint in com.luciad.ais.model.serviceModifier and TypeInterfaceDescriptioninterfaceThis interface defines operations to edit the attributes and relationships of anILcdLocationBasedService.Classes in com.luciad.ais.model.service that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThe default implementation of a location-based service object with additional properties.classThe default implementation of a location-based service object with default properties. -
Uses of ILcd3DEditablePoint in com.luciad.ais.model.vfr
Subinterfaces of ILcd3DEditablePoint in com.luciad.ais.model.vfrModifier and TypeInterfaceDescriptioninterfaceThis interface defines operations to edit the attributes and relationships of anILcdVFRRoutePoint.Classes in com.luciad.ais.model.vfr that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThe default implementation of a VFR route point with addtional properties.classThe default implementation of a VFR route point without features. -
Uses of ILcd3DEditablePoint in com.luciad.ais.shape
Subinterfaces of ILcd3DEditablePoint in com.luciad.ais.shapeModifier and TypeInterfaceDescriptioninterfaceAn editable extension ofILcdGeoPathLeg.Classes in com.luciad.ais.shape that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassAn generic point class that delegates to another ILcd3DEditablePoint instance.classAn implementation of theILcdGeoPathLeginterface.Methods in com.luciad.ais.shape that return ILcd3DEditablePointMethods in com.luciad.ais.shape with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdAISPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdAISPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdDiscretizedLonLatGeoPath.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdAISPoint.setLocation(ILcd3DEditablePoint aPoint) Sets the delegate point to aPoint.Constructors in com.luciad.ais.shape with parameters of type ILcd3DEditablePointModifierConstructorDescriptionTLcdAISPoint(ILcd3DEditablePoint aPoint) Constructs a TLcdAISPoint which delegates to the supplied aPoint. -
Uses of ILcd3DEditablePoint in com.luciad.format.aixm51.model.features.geometry
Classes in com.luciad.format.aixm51.model.features.geometry that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassA class that represents an AIXM 5.1 elevated point.classA class that represents an AIXM 5.1 Point. -
Uses of ILcd3DEditablePoint in com.luciad.format.asdi
Classes in com.luciad.format.asdi that implement ILcd3DEditablePointMethods in com.luciad.format.asdi with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdASDITrajectory.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.asterix
Classes in com.luciad.format.asterix that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassDefines an ASTERIX plot.classTime-dependent view on aTLcdASTERIXTrajectory.Methods in com.luciad.format.asterix that return ILcd3DEditablePointMethods in com.luciad.format.asterix with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdASTERIXTrajectory.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdASTERIXTrajectory.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionprotected voidALcdDAFIFDecoder.transformPointToReferenceDatumSFCT(ILcd3DEditablePoint aPointSFCT) Transforms the given point to the reference WGS84 datum. -
Uses of ILcd3DEditablePoint in com.luciad.format.database.shape
Classes in com.luciad.format.database.shape that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThis class represents aTLcdLonLatHeightMPointwith a measure value.classThis class represents aTLcdXYZPointwith a measure value. -
Uses of ILcd3DEditablePoint in com.luciad.format.dgn
Constructors in com.luciad.format.dgn with parameters of type ILcd3DEditablePointModifierConstructorDescriptionTLcdDGNFloatLine3D(TLcdDGNDisplayInfo aDisplayInfo, ILcd3DEditablePoint aStart, ILcd3DEditablePoint aEnd) Creates a new TLcdDGNFloatLine3D with the given DGN properties and shape properties as specified for TLcdXYZFloatLine. -
Uses of ILcd3DEditablePoint in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThis class represents a Point from a DWG file. -
Uses of ILcd3DEditablePoint in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassA Point is defined by a single coordinate tuple.Methods in com.luciad.format.gml2.model that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdGML2Point.cloneAs3DEditablePoint()TLcdGML2ShapeFactory.createPoint(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:Point, which can be edited through theILcd3DEditablePointinterface.TLcdGML2LinearRing.getPoint(int aIndex) TLcdGML2LineString.getPoint(int aIndex) Methods in com.luciad.format.gml2.model with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdGML2LinearRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML2LineString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassDirect position instances hold the coordinates for a position within some coordinate reference system (CRS).classA Point is defined by a single coordinate tuple.classVector instances hold the components for a (usually spatial) vector within some coordinate reference system (CRS).Methods in com.luciad.format.gml31.model that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdGML31DirectPosition.cloneAs3DEditablePoint()TLcdGML31Point.cloneAs3DEditablePoint()TLcdGML31Vector.cloneAs3DEditablePoint()TLcdGML31ShapeFactory.createDirectPosition(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:pos, which can be edited through theILcd3DEditablePointinterface.TLcdGML31ShapeFactory.createPoint(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:Point, which can be edited through theILcd3DEditablePointinterface.TLcdGML31GeodesicString.getPoint(int aIndex) TLcdGML31LinearRing.getPoint(int aIndex) TLcdGML31LineString.getPoint(int aIndex) TLcdGML31LineStringSegment.getPoint(int aIndex) Methods in com.luciad.format.gml31.model with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdGML31AbstractCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31AbstractCurveSegment.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31AbstractRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31Arc.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31ArcByBulge.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31ArcByCenterPoint.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31ArcString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31ArcStringByBulge.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31Circle.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31CircleByCenterPoint.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31CompositeCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31Curve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31GeodesicString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31LinearRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31LineString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31LineStringSegment.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31OrientableCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31Ring.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML31Triangle.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassDirect position instances hold the coordinates for a position within some coordinate reference system (CRS).classA Point is defined by a single coordinate tuple.classFor some applications the components of the position may be adjusted to yield a unit vector.Methods in com.luciad.format.gml32.model that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdGML32DirectPosition.cloneAs3DEditablePoint()TLcdGML32Point.cloneAs3DEditablePoint()TLcdGML32ShapeFactory.createDirectPosition(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:pos, which can be edited through theILcd3DEditablePointinterface.TLcdGML32ShapeFactory.createPoint(ILcdModelReference aModelReference) Creates a new 3-dimensionalgml:Point, which can be edited through theILcd3DEditablePointinterface.TLcdGML32GeodesicString.getPoint(int aIndex) TLcdGML32LinearRing.getPoint(int aIndex) TLcdGML32LineString.getPoint(int aIndex) TLcdGML32LineStringSegment.getPoint(int aIndex) Methods in com.luciad.format.gml32.model with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdGML32AbstractCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32AbstractCurveSegment.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32AbstractRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32Arc.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32ArcByBulge.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32ArcByCenterPoint.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32ArcString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32ArcStringByBulge.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32Circle.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32CircleByCenterPoint.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32CompositeCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32Curve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32GeodesicString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32LinearRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32LineString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32LineStringSegment.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32OrientableCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32Ring.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdGML32Triangle.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.informix.spatial.shp
Classes in com.luciad.format.informix.spatial.shp that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThis class represents aTLcdXYZPointwith a measure value. -
Uses of ILcd3DEditablePoint in com.luciad.format.kml22.model.geometry
Classes in com.luciad.format.kml22.model.geometry that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassDomain class modeling the KML LocationType type.classDomain class modeling the KML PointType type.Methods in com.luciad.format.kml22.model.geometry that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdKML22Location.cloneAs3DEditablePoint()TLcdKML22Point.cloneAs3DEditablePoint()TLcdKML22LinearRing.getPoint(int aIndex) TLcdKML22LineString.getPoint(int aIndex) Methods in com.luciad.format.kml22.model.geometry with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdKML22LinearRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdKML22LineString.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.nvg.nvg15.model
Methods in com.luciad.format.nvg.nvg15.model that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdNVG15Point.cloneAs3DEditablePoint()Returns a copy of thisILcdPointthat is also anILcd3DEditablePoint.TLcdNVG15Text.cloneAs3DEditablePoint()Returns a copy of thisILcdPointthat is also anILcd3DEditablePoint.Methods in com.luciad.format.nvg.nvg15.model with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdNVG15Arc.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG15ArcBand.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG15Circle.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG15Ellipse.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG15Polygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG15Polyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.nvg.nvg20.model
Methods in com.luciad.format.nvg.nvg20.model that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdNVG20Point.cloneAs3DEditablePoint()Returns a copy of thisILcdPointthat is also anILcd3DEditablePoint.TLcdNVG20Text.cloneAs3DEditablePoint()Returns a copy of thisILcdPointthat is also anILcd3DEditablePoint.Methods in com.luciad.format.nvg.nvg20.model with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdNVG20Arc.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG20ArcBandRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG20CircularRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG20EllipticRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG20LinearRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG20Polyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdNVG20RectangularRing.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.object3d
Methods in com.luciad.format.object3d with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidILcd3DMesh.getNormalSFCT(int aIndex, ILcd3DEditablePoint aNormalSFCT) Retrieves a vertex normal from the pool.voidILcd3DMesh.getVertexSFCT(int aIndex, ILcd3DEditablePoint aVertexSFCT) Retrieves a vertex position from the pool. -
Uses of ILcd3DEditablePoint in com.luciad.format.object3d.openflight.model
Methods in com.luciad.format.object3d.openflight.model with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdOpenFlightGeometryNode.getNormalSFCT(int aIndex, ILcd3DEditablePoint aNormalSFCT) voidTLcdOpenFlightGeometryNode.getVertexSFCT(int aIndex, ILcd3DEditablePoint aVertexSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.raster
Methods in com.luciad.format.raster with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdRasterOffsetModelXYZWorldTransformation.modelPoint2worldSFCT(ILcdPoint aILcdPoint, ILcd3DEditablePoint aILcd3DEditablePoint) voidTLcdRasterOffsetModelXYZWorldTransformation.worldPoint2modelSFCT(ILcdPoint aILcdPoint, ILcd3DEditablePoint aILcd3DEditablePoint) -
Uses of ILcd3DEditablePoint in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcd3DEditablePointMethods in com.luciad.format.s57 that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdS57Node.cloneAs3DEditablePoint()TLcdS57Point.cloneAs3DEditablePoint()Methods in com.luciad.format.s57 with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdS57Edge.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdS57Face.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdS57Edge.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) final voidTLcdS57Face.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.format.shp
Classes in com.luciad.format.shp that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassATLcdSHPPointZis a point having a height and a measure value.Methods in com.luciad.format.shp that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcdSHPPointM.cloneAs3DEditablePoint()TLcdSHPPointZ.cloneAs3DEditablePoint()protected ILcd3DEditablePointTLcdSHPModelDecoder.readPointZ(int aCoordType) Reads a 2 dimensional point and a value from the input.Methods in com.luciad.format.shp with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdSHPPolygonZ.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdSHPPolylineZ.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) Constructors in com.luciad.format.shp with parameters of type ILcd3DEditablePointModifierConstructorDescriptionTLcdSHPPointZ(ILcd3DEditablePoint a3DEditablePoint) Constructs aTLcdSHPPointZwith a measure value 0.TLcdSHPPointZ(ILcd3DEditablePoint a3DEditablePoint, double aMValue) Constructs aTLcdSHPPointZwith a measure value 0. -
Uses of ILcd3DEditablePoint in com.luciad.geodesy
Methods in com.luciad.geodesy with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidILcdGeodeticDatum.datum2refGeocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOutSFCT) Conversion of geocentric coordinates from the geodetic datum into geocentric coordinates for the reference geodetic datum.voidTLcdGeodeticDatum.datum2refGeocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Conversion of geocentric datum coordinate to geocentric reference datum coordinate.voidILcdGeodeticDatum.datum2refLLHSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aLLHOut) Conversion of geodetic coordinates from this geodetic datum into reference geodetic datum.voidTLcdGeodeticDatum.datum2refLLHSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aLLHOut) Conversion of geodetic datum coordinate to geodetic reference datum coordinate.voidILcdEllipsoid.geoc2llhSFCT(ILcdPoint aXYZGeocPoint, ILcd3DEditablePoint aLLHPointSFCT) Coordinate conversion between Earth Centered, Earth Fixed XYZ Cartesian coordinate system and latitude-longitude-ellipsoidal height for the ellipsoid.voidILcdGeodeticDatum.geoc2llhSFCT(ILcdPoint aXYZGeocPoint, ILcd3DEditablePoint aLLHPointSFCT) Coordinate conversion between Earth Centered, Earth Fixed XYZ Cartesian coordinate system and latitude-longitude-height for this geodetic datum.voidTLcdEllipsoid.geoc2llhSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aLLHPointSFCT) Coordinate conversion between Earth Centered, Earth Fixed XYZ Cartesian coordinate system and latitude-longitude-ellipsoidal height for the ellipsoid.voidTLcdGeodeticDatum.geoc2llhSFCT(ILcdPoint aXYZGeocPoint, ILcd3DEditablePoint aLLHPointSFCT) static voidTLcdSphereUtil.geoc2llhSFCT(ILcdPoint aXYZPoint, double aRadius, ILcd3DEditablePoint aLLHOut) Coordinate conversion from earth centered, earth fixed cartesian coordinates (X,Y,Z) to geodetic coordinate(l, j ,h ), with h the height above the sphere.voidILcdEllipsoid.llh2geocSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZGeocentricPointSFCT) Coordinate conversion between latitude-longitude-ellipsoidal height for the ellipsoid and Earth Centered, Earth Fixed XYZ Cartesian coordinate system.voidILcdGeodeticDatum.llh2geocSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZGeocPointSFCT) Coordinate conversion between latitude-longitude-height for this geodetic datum and Earth Centered, Earth Fixed XYZ Cartesian coordinate system.voidTLcdEllipsoid.llh2geocSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZGeocentricPointSFCT) Coordinate conversion between latitude-longitude-ellipsoidal height for the ellipsoid and Earth Centered, Earth Fixed XYZ Cartesian coordinate system.voidTLcdGeodeticDatum.llh2geocSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZGeocPointSFCT) static voidTLcdSphereUtil.llh2geocSFCT(ILcdPoint aLLHPoint, double aRadius, ILcd3DEditablePoint aXYZOut) Coordinate conversion from geodetic coordinate(l, j ,h )to earth centered, earth fixed Cartesian coordinates (X,Y,Z) .voidILcdGeodeticDatum.ref2datumGeocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOutSFCT) Conversion of a geocentric coordinate (reference geodetic datum) into a geocentric coordinate of this geodetic datum.voidTLcdGeodeticDatum.ref2datumGeocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Conversion of geocentric reference datum coordinate to geocentric datum coordinate.voidILcdGeodeticDatum.ref2datumLLHSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aLLHOut) Conversion of geodetic coordinates from reference geodetic datum into this geodetic datum.voidTLcdGeodeticDatum.ref2datumLLHSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aLLHOut) Conversion of geodetic reference datum coordinate to geodetic datum coordinate. -
Uses of ILcd3DEditablePoint in com.luciad.geometry.cartesian
Methods in com.luciad.geometry.cartesian with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionstatic voidTLcdCartesian.cartesianPointSFCT(ILcdPoint aP1, ILcdPoint aP2, double aFraction, ILcd3DEditablePoint aPointSFCT) Interpolates linearly between the two given points.voidILcdXYZRotation.inverseRotateSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZPointOut) Application of the 3D inverse rotation toaXYZPointresults in theILcd3DEditablePointaXYZPointOut.voidTLcdXYZRotation.inverseRotateSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZPointOut) voidILcdXYZRotation.rotateSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZPointOut) Apply the three rotations a, b, and g to the cartesianILcdPointaXYZPoint.voidTLcdXYZRotation.rotateSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZPointOut) -
Uses of ILcd3DEditablePoint in com.luciad.shape
Methods in com.luciad.shape that return ILcd3DEditablePointModifier and TypeMethodDescriptionILcdPoint.cloneAs3DEditablePoint()Returns a copy of thisILcdPointthat is also anILcd3DEditablePoint.Methods in com.luciad.shape with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidILcdCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) Computes a point of the curve, defined by the given parameter.voidTLcdCompositeCurve.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) default voidILcdPointList.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) Stores the coordinates of the point ataIndexin the given point.voidALcdShapeList.setFocusPoint(ILcd3DEditablePoint aFocusPoint) Specifies the focus point value.voidTLcdComplexPolygon.setFocusPoint(ILcd3DEditablePoint aFocusPoint) Specifies the focus point value. -
Uses of ILcd3DEditablePoint in com.luciad.shape.shape2D
Methods in com.luciad.shape.shape2D that return ILcd3DEditablePointModifier and TypeMethodDescriptionTLcd2DEditableFeaturedPoint.cloneAs3DEditablePoint()final ILcd3DEditablePointTLcdLonLatFloatPoint.cloneAs3DEditablePoint()TLcdLonLatPoint.cloneAs3DEditablePoint()TLcdXYFloatPoint.cloneAs3DEditablePoint()TLcdXYPoint.cloneAs3DEditablePoint()Methods in com.luciad.shape.shape2D with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionintTLcdXYPolygon.computePointAndNextIndexSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatArc.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatCircle.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatCircleBy3Points.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatCircularArcBy3Points.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatCircularArcByBulge.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatCircularArcByCenterPoint.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatEllipse.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatFloatPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatFloatPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatLine.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatRhumbPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatRhumbPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdRoundedPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdRoundedPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYArc.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYCircle.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYCircleBy3Points.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYCircularArcBy3Points.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYCircularArcByBulge.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYCircularArcByCenterPoint.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYEllipse.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYFloatLine.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYFloatPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYFloatPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYLine.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidALcd2DEditablePolypoint.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) voidTLcd2DEditablePointList.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.shape.shape3D
Classes in com.luciad.shape.shape3D that implement ILcd3DEditablePointModifier and TypeClassDescriptionclassThis abstract class provides a basis for implementing theILcd3DEditablePointinterface.classThis class provides an implementation ofILcd3DEditablePointin the geodetic space.classThis class provides an implementation ofILcd3DEditablePointin the cartesian space, but internally using floats instead of doubles.classThis class provides an implementation ofILcd3DEditablePointin the cartesian space.Methods in com.luciad.shape.shape3D that return ILcd3DEditablePointModifier and TypeMethodDescriptionprotected ILcd3DEditablePointALcd3DEditablePolypoint.calculateFocusPoint()Computes the focus point as the center of the bounding box.protected ILcd3DEditablePointTLcdLonLatHeightPolypoint.calculateFocusPoint()protected ILcd3DEditablePointTLcdXYZPolypoint.calculateFocusPoint()Returns the center point of the bounds.TLcdLonLatHeightPoint.cloneAs3DEditablePoint()TLcdXYZFloatPoint.cloneAs3DEditablePoint()TLcdXYZPoint.cloneAs3DEditablePoint()protected ILcd3DEditablePointTLcd3DEditablePointList.create3DEditablePoint(double aX, double aY, double aZ) Creates anILcd3DEditablePointwith coordinates ( aX, aY, aZ ).protected abstract ILcd3DEditablePointALcd3DEditableFloatPolypoint.createPoint()Creates an uninitializedILcd3DEditablePointpoint of a type compatible with the concrete implementation of this class (geodesic/cartesian).protected ILcd3DEditablePointTLcdXYZFloatPolygon.createPoint()protected ILcd3DEditablePointTLcdXYZFloatPolyline.createPoint()protected ILcd3DEditablePointTLcdXYZFloatPolypoint.createPoint()Methods in com.luciad.shape.shape3D with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionprotected voidALcd3DEditableFloatPolypoint.calculateFocusPoint(ILcd3DEditablePoint aFocusPointSFCT) Computes the focus point as the center of the bounding box.voidTLcdLonLatHeightLine.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatHeightPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdLonLatHeightPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYZFloatLine.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYZFloatPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYZFloatPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYZLine.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYZPolygon.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidTLcdXYZPolyline.computePointSFCT(double aParam, ILcd3DEditablePoint aPointSFCT) voidALcd3DEditablePolypoint.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) voidTLcd3DEditablePointList.getPointSFCT(int aIndex, ILcd3DEditablePoint aPointSFCT) final voidTLcd3DEditablePointList.insert3DPoint(int aIndex, ILcd3DEditablePoint a3DEditablePoint) voidALcd3DEditableLine.setFocusPoint(ILcd3DEditablePoint aFocusPoint) protected voidALcd3DEditablePolypoint.setFocusPoint(ILcd3DEditablePoint aFocusPoint) Constructors in com.luciad.shape.shape3D with parameters of type ILcd3DEditablePointModifierConstructorDescriptionALcd3DEditableLine(ILcd3DEditablePoint aPoint1, ILcd3DEditablePoint aPoint2) TLcd3DEditablePointList(ILcd3DEditablePoint[] a3DEditablePoints, boolean aDeepCopy) Constructs a newTLcd3DEditablePointListthat contains the given array of points.TLcdLonLatHeightBuffer(ILcd3DEditablePoint[] aAxisPointArray, double aWidth, double aHeight) Creates a newTLcdLonLatHeightBufferwith the specified parameters.TLcdLonLatHeightBuffer(ILcd3DEditablePoint[] aAxisPointArray, double aWidth, double aHeight, ILcdEllipsoid aEllipsoid) Creates a newTLcdLonLatHeightBufferwith the specified parameters.TLcdLonLatHeightLine(ILcd3DEditablePoint aPoint1, ILcd3DEditablePoint aPoint2) Creates a line using the given points.TLcdXYZLine(ILcd3DEditablePoint aPoint1, ILcd3DEditablePoint aPoint2) -
Uses of ILcd3DEditablePoint in com.luciad.tea
Methods in com.luciad.tea with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdProfileGenerator.modelPoint2ScanPoint(ILcdPoint aModelPoint, ILcd3DEditablePoint aScanPointSFCT) Utility method to transform a point from the model reference of the current layer to the current scan reference.voidTLcdTerrainProfileUtil.modelPointSFCT(int aXScreen, int aYScreen, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView, ILcd3DEditablePoint aModelPoint) Deprecated.Updates the given model point to the model point corresponding to the specified screen coordinates.voidTLcdTerrainProfileUtil.modelPointSFCT(int aXScreen, int aYScreen, ILcdGXYView aGXYView, ILcd3DEditablePoint aModelPoint) Deprecated.Updates the given model point to the model point corresponding to the specified screen coordinates.voidTLcdTerrainProfileUtil.modelPointSFCT(MouseEvent aMouseEvent, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView, ILcd3DEditablePoint aModelPoint) Deprecated.Calls the methodTLcdTerrainProfileUtil.modelPointSFCT(int, int, ILcdGXYLayer, ILcdGXYView, ILcd3DEditablePoint)and updates the given model point to the model point corresponding to the specified mouse event point.voidTLcdProfileGenerator.scanPoint2ModelPoint(ILcdPoint aScanPoint, ILcd3DEditablePoint aModelPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.transformation
Methods in com.luciad.transformation with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidILcdModelModelTransformation.destinationPoint2sourceSFCT(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) Moves a point of the source reference to the location of a point of the destination reference.voidTLcdDefaultModelModelTransformation.destinationPoint2sourceSFCT(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) voidTLcdGeoReference2GeoReference.destinationPoint2sourceSFCT(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) Transforms a point from the destinationILcdGeoReferenceto the sourceILcdGeoReference.voidTLcdGeoReference2GeoReference.destPoint2sourceSFCT(ILcdPoint aDestinationPoint, ILcd3DEditablePoint aSourcePointSFCT) Deprecated.voidILcdTopocentricCoordSysTransformation.geoc2topocSFCT(ILcdPoint aXYZGeocPoint, ILcd3DEditablePoint aXYZTopocPointSFCT) Coordinate conversion from earth centered, earth fixed cartesian coordinates to topocentric coordinates.voidTLcdTopocentricCoordSysTransfo2.geoc2topocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Deprecated.voidTLcdTopocentricCoordSysTransformation.geoc2topocSFCT(ILcdPoint aXYZGeocPoint, ILcd3DEditablePoint aXYZTopocPointSFCT) voidILcdTopocentricCoordSysTransformation.llh2topocSFCT(ILcdPoint aLLHGeodeticPoint, ILcd3DEditablePoint aXYZTopocPointSFCT) Coordinate conversion from lon-lat-height geodetic coordinate, the height being the ellipsoidal height, to topocentric coordinates.voidTLcdTopocentricCoordSysTransfo2.llh2topocSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZOut) Deprecated.voidTLcdTopocentricCoordSysTransformation.llh2topocSFCT(ILcdPoint aLLHPoint, ILcd3DEditablePoint aXYZTopocPointSFCT) voidILcdModelXYZWorldTransformation.modelPoint2worldSFCT(ILcdPoint aModelPoint, ILcd3DEditablePoint aWorldPointSFCT) Transforms a model point into a world point.voidTLcdCompositeModelXYZWorldTransformation.modelPoint2worldSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) voidTLcdDefaultModelXYZWorldTransformation.modelPoint2worldSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) voidTLcdGeodetic2Geocentric.modelPoint2worldSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) voidTLcdGrid2Geocentric.modelPoint2worldSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) voidTLcdIdentityModelXYZWorldTransformation.modelPoint2worldSFCT(ILcdPoint aModelPoint, ILcd3DEditablePoint a3DWorldPointSFCT) voidTLcdModelXYZWorldTransformation.modelPoint2worldSFCT(ILcdPoint aModelPoint, ILcd3DEditablePoint a3DWorldPointSFCT) Deprecated.voidILcdModelModelTransformation.sourcePoint2destinationSFCT(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) Moves a point of the destination reference to the location of a point of the source reference.voidTLcdDefaultModelModelTransformation.sourcePoint2destinationSFCT(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) voidTLcdGeoReference2GeoReference.sourcePoint2destinationSFCT(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) Transforms a point from the sourceILcdGeoReferenceto the destinationILcdGeoReference.voidTLcdGeoReference2GeoReference.sourcePoint2destSFCT(ILcdPoint aSourcePoint, ILcd3DEditablePoint aDestinationPointSFCT) voidILcdTopocentricCoordSysTransformation.topoc2geocSFCT(ILcdPoint aXYZTopocPoint, ILcd3DEditablePoint aXYZGeocPointSFCT) Coordinate conversion from topocentric coordinates to earth centered, earth fixed cartesian coordinates.voidTLcdTopocentricCoordSysTransfo2.topoc2geocSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aXYZOut) Deprecated.voidTLcdTopocentricCoordSysTransformation.topoc2geocSFCT(ILcdPoint aXYZTopocPoint, ILcd3DEditablePoint aXYZGeocPointSFCT) voidILcdTopocentricCoordSysTransformation.topoc2llhSFCT(ILcdPoint aXYZTopocPoint, ILcd3DEditablePoint aLLHGeodeticPointSFCT) Coordinate conversion from topocentric coordinates to lon-lat-height geodetic coordinates, the height being the ellipsoidal height.voidTLcdTopocentricCoordSysTransfo2.topoc2llhSFCT(ILcdPoint aXYZPoint, ILcd3DEditablePoint aLLHOut) Deprecated.voidTLcdTopocentricCoordSysTransformation.topoc2llhSFCT(ILcdPoint aXYZTopocPoint, ILcd3DEditablePoint aLLHPointSFCT) voidILcdModelXYWorldTransformation.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Transforms a world point into a model point.voidILcdModelXYZWorldTransformation.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Transforms a world point into a model point.voidTLcdCompositeModelXYZWorldTransformation.worldPoint2modelSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) voidTLcdDefaultModelXYWorldTransformation.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) voidTLcdDefaultModelXYZWorldTransformation.worldPoint2modelSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aEditablePoint) voidTLcdGeocentric2Grid.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) voidTLcdGeodetic2Geocentric.worldPoint2modelSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) voidTLcdGeodetic2Grid.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) voidTLcdGeoid2Grid.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Deprecated.voidTLcdGrid2Geocentric.worldPoint2modelSFCT(ILcdPoint aPoint, ILcd3DEditablePoint aPointSFCT) voidTLcdGrid2Grid.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) voidTLcdIdentityModelXYWorldTransformation.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) voidTLcdIdentityModelXYZWorldTransformation.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) voidTLcdModelXYWorldTransformation.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Deprecated.voidTLcdModelXYZWorldTransformation.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) Deprecated.voidTLcdTopocentric2Grid.worldPoint2modelSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aModelPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidILcdGXYViewModelTransformation.viewAWTPoint2modelSFCT(Point aViewPoint, ILcd3DEditablePoint aModelPointSFCT) Converts aPointin view coordinates to aILcdPointin model coordinates.voidTLcdGXYViewModelTransformation.viewAWTPoint2modelSFCT(Point aViewPoint, ILcd3DEditablePoint aModelPointSFCT) voidILcdGXYViewModelTransformation.viewXYPoint2modelSFCT(int x, int y, ILcd3DEditablePoint aModelPointSFCT) voidILcdGXYViewModelTransformation.viewXYPoint2modelSFCT(ILcdPoint aViewPoint, ILcd3DEditablePoint aModelPointSFCT) voidTLcdGXYViewModelTransformation.viewXYPoint2modelSFCT(int x, int y, ILcd3DEditablePoint aModelPointSFCT) voidTLcdGXYViewModelTransformation.viewXYPoint2modelSFCT(ILcdPoint aViewPoint, ILcd3DEditablePoint aModelPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLspViewXYZWorldTransformation3D.clip2viewSFCT(ILcdPoint aClipPoint, double aW, ILcd3DEditablePoint aViewPointSFCT) Transforms the given point in clip coordinates to a point in view coordinates.voidALspViewXYZWorldTransformation.toolkitPoint2ViewSFCT(Point aToolkitPoint, ILcd3DEditablePoint aViewPointSFCT) Transforms a point from toolkit coordinates to view coordinates.voidALspViewXYZWorldTransformation.toolkitPoint2WorldSFCT(Point aToolkitPoint, ILcd3DEditablePoint aWorldPointSFCT) Transforms a point from toolkit coordinates to world coordinates.voidALspViewXYZWorldTransformation.toolkitPoint2WorldSFCT(Point aToolkitPoint, ALspViewXYZWorldTransformation.LocationMode aLocationMode, ILcd3DEditablePoint aWorldPointSFCT) Returns the location, in world coordinates, of the point currently located underaViewPoint, with the latter being a point in toolkit coordinates.voidALspViewXYZWorldTransformation.viewAWTPoint2worldSFCT(Point aViewPoint, ALspViewXYZWorldTransformation.LocationMode aLocationMode, ILcd3DEditablePoint aWorldPointSFCT) abstract voidALspViewXYZWorldTransformation.viewPoint2WorldSFCT(ILcdPoint aViewPoint, ILcd3DEditablePoint aWorldPointSFCT) Transforms a point in view coordinates to a point in world coordinates.voidALspViewXYZWorldTransformation.viewPoint2WorldSFCT(Point aViewPoint, ALspViewXYZWorldTransformation.LocationMode aLocationMode, ILcd3DEditablePoint aWorldPointSFCT) Returns the location, in world coordinates, of the point currently located underaViewPoint, with the latter being a point in view coordinates.voidTLspViewXYZWorldTransformation2D.viewPoint2WorldSFCT(ILcdPoint aViewPoint, ILcd3DEditablePoint aWorldPointSFCT) voidTLspViewXYZWorldTransformation3D.viewPoint2WorldSFCT(ILcdPoint aViewPoint, ILcd3DEditablePoint aWorldPointSFCT) doubleTLspViewXYZWorldTransformation3D.worldPoint2ClipSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aClipPointSFCT) Transforms the given point in world coordinates to a point in clip coordinates.abstract voidALspViewXYZWorldTransformation.worldPoint2ViewSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aViewPointSFCT) Transforms a point in world coordinates to a point in view coordinates.voidTLspViewXYZWorldTransformation2D.worldPoint2ViewSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aViewPointSFCT) voidTLspViewXYZWorldTransformation3D.worldPoint2ViewSFCT(ILcdPoint aWorldPoint, ILcd3DEditablePoint aViewPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionprotected ALspEditHandleTLspPointEditor.createHeightHandle(ILcd3DEditablePoint aPoint, TLspEditContext aContext) Creates a handle to modify the point's height. -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.geometry.discretization
Methods in com.luciad.view.lightspeed.geometry.discretization with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionabstract voidALsp3DMesh.getPositionSFCT(int aIndex, ILcd3DEditablePoint aPositionSFCT) Retrieves the position of the specified vertex. -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.label.algorithm
Methods in com.luciad.view.lightspeed.label.algorithm with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionabstract doubleALspStampLabelLocationProvider.calculateLocation(int aLocationIndex, TLspLabelID aLabel, ILcdPoint aObjectAnchorPoint, Dimension2D aDimension, TLspContext aContext, ILcd3DEditablePoint aUpperLeftPointSFCT) Returns the rotation and calculates the upper left corner of the bounds for the given domain object and sublabel ID, given the dimension.doubleTLspLabelLocationProvider.calculateLocation(int aLocationIndex, TLspLabelID aLabel, ILcdPoint aObjectAnchorPoint, Dimension2D aDimension, TLspContext aContext, ILcd3DEditablePoint aUpperLeftPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.painter.label
Methods in com.luciad.view.lightspeed.painter.label with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidILspLabelPainter.labelAnchorPointSFCT(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aAnchorPointSFCT) Retrieves the anchor point of the given label.final voidTLspLabelPainter.labelAnchorPointSFCT(TLspLabelID aLabel, ALspLabelLocation aLabelLocation, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aAnchorPointSFCT) voidTLspLabelPainter.viewObjectAnchorPointSFCT(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) voidTLspLabelPainter.worldObjectAnchorPointSFCT(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.painter.label.location
Methods in com.luciad.view.lightspeed.painter.label.location with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidALspStampLabelLocation.LocationData.getViewOffset(ILcd3DEditablePoint aViewOffsetSFCT) This method returns the view offset and stores it in the given point.voidALspStampLabelLocation.LocationData.getWorldOffset(ILcd3DEditablePoint aWorldOffsetSFCT) This method returns the world offset and stores it in the given point.voidTLspStampLabelLocation.getWorldOffset(ILcd3DEditablePoint aWorldOffsetSFCT) This method returns the world offset and stores it in the given point.booleanALspStampLabelLocation.LocationData.getWorldRotationOffset(ILcd3DEditablePoint aWorldRotationOffsetSFCT) This method returns a world orientation vector.booleanTLspStampLabelLocation.getWorldRotationOffset(ILcd3DEditablePoint aWorldRotationOffsetSFCT) This method returns a world rotation offset vector.voidILspStampLocationLabelPainter.viewObjectAnchorPointSFCT(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) Calculates the object anchor point for the given label in view coordinates.voidILspStampLocationLabelPainter.worldObjectAnchorPointSFCT(TLspLabelID aLabel, ALspLabelLocations aLabelLocations, TLspPaintState aPaintState, TLspContext aContext, ILcd3DEditablePoint aObjectAnchorPointSFCT) Calculates the object anchor point for the given label in world coordinates. -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.painter.mesh
Methods in com.luciad.view.lightspeed.painter.mesh with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLsp3DMeshPainter.anchorPointSFCT(Object aObject, TLspPaintPass aPaintPass, TLspContext aContext, ILcd3DEditablePoint aPointSFCT) Deprecated. -
Uses of ILcd3DEditablePoint in com.luciad.view.lightspeed.services.terrain
Methods in com.luciad.view.lightspeed.services.terrain with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidILspTerrainSupport.convertFromDrapingContextSFCT(ILcdPoint aDrapingWorldPoint, TLspContext aContext, ILcd3DEditablePoint aWorldPointSFCT) Converts the given world point in the draping context back to the regular context. -
Uses of ILcd3DEditablePoint in com.luciad.view.map
Methods in com.luciad.view.map with parameters of type ILcd3DEditablePointModifier and TypeMethodDescriptionvoidTLcdUTMZone.grid2lonlatSFCT(double aX, double aY, int aHemiSphere, ILcd3DEditablePoint a3DEditablePointSFCT) Transformation of grid coordinate to LonLatHeight coordinate.voidTLcdUTMZone.grid2lonlatSFCT(double aX, double aY, ILcd3DEditablePoint a3DEditablePointSFCT) Deprecated.use the method with the hemisphere parameter.voidTLcdUTMZone.grid2worldSFCT(double aX, double aY, int aHemiSphere, ILcd3DEditablePoint a3DEditablePointSFCT) Transformation of grid coordinate to world coordinate.voidTLcdUTMZone.grid2worldSFCT(double aX, double aY, ILcd3DEditablePoint a3DEditablePointSFCT) Deprecated.
TLcdGeoReference2GeoReference.destinationPoint2sourceSFCT(com.luciad.shape.ILcdPoint, com.luciad.shape.shape3D.ILcd3DEditablePoint).