Uses of Class
com.luciad.format.vpf.TLcdVPFFeatureClass
Packages that use TLcdVPFFeatureClass
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
-
Uses of TLcdVPFFeatureClass in com.luciad.format.vpf
Methods in com.luciad.format.vpf that return TLcdVPFFeatureClassModifier and TypeMethodDescriptionTLcdVPFCoverage.getFeatureClass(String aFeatureClassName) Returns theTLcdVPFFeatureClasswith the given name that is part of this coverage, ornullif no such feature class exists.TLcdVPFCoverage.getFeatureClasses()Returns an array with all feature classes contained in this coverage.TLcdVPFDatabasePanel.getSelection()Deprecated.Returns the set of feature classes that are currently selected in this VPF tree, or an empty array if no feature class is currently selected.TLcdVPFDatabaseTree.getSelection()Deprecated.Returns the set of feature classes that are currently selected in this VPF tree, or an empty array if no feature class is currently selected.ILcdVPFFeature.getVPFFeatureClass()Returns the VPF feature class to which this feature belongs.TLcdVPFLayer.getVPFFeatureClass()Deprecated.TLcdVPFModelDescriptor.getVPFFeatureClass()Returns the VPF feature class of the features contained in this model descriptor's model.Methods in com.luciad.format.vpf with parameters of type TLcdVPFFeatureClassModifier and TypeMethodDescriptionvoidILcdVPFDatabasePanelModel.changeStyle(EventObject aEventObject, TLcdVPFFeatureClass aVPFFeatureClass) Deprecated.Changes the style of the given VPF feature class.voidTLcdVPFDatabasePanelModel.changeStyle(EventObject aEventObject, TLcdVPFFeatureClass aVPFFeatureClass) Deprecated.Changes the style of the given VPF feature class.static PropertiesTLcdVPFPropertiesUtil.createFeatureProperties(TLcdVPFFeatureClass aFeatureClass, ILcdBounds bounds) Returns a newPropertiesobject, containing VPF properties defining the given feature class and bounds.protected ILcdGXYLayerTLcdVPFDatabaseTree.createGXYLayer(TLcdVPFFeatureClass aVPFFeatureClass, com.luciad.format.vpf.TLcdVPFDatabaseTree.MyVPFFeatureClassNode aMyVPFFeatureClassNode) Deprecated.TLcdVPFModelDecoder.decode(TLcdVPFFeatureClass aFeatureClass) Returns a model containing the features from the specified feature class.TLcdVPFModelDecoder.decode(TLcdVPFFeatureClass aFeatureClass, ILcdBounds aBounds) Returns a model containing the features from the specified feature class.ILcdVPFLayerFactoryModel.getFillStyle(TLcdVPFFeatureClass aVPFFeatureClass) Returns a fill style that can be used to represent a feature of the given feature class on a map.TLcdVPFLayerFactoryModel.getFillStyle(TLcdVPFFeatureClass aVPFFeatureClass) protected ColorTLcdVPFLayerFactoryModel.getForeground(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getGXYLayerIcon(TLcdVPFFeatureClass aVPFFeatureClass) Returns an icon that can be used to represent this feature class, for example, in a layer control or database tree.TLcdVPFLayerFactoryModel.getGXYLayerIcon(TLcdVPFFeatureClass aVPFFeatureClass) int[]TLcdVPFLayerFactoryModel.getLabelIndices(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getLineStyle(TLcdVPFFeatureClass aVPFFeatureClass) Returns a line style that can be used to represent a feature of the given feature class on a map.TLcdVPFLayerFactoryModel.getLineStyle(TLcdVPFFeatureClass aVPFFeatureClass) intILcdVPFLayerFactoryModel.getModelType(TLcdVPFFeatureClass aVPFFeatureClass) Returns the type of model of the feature class.intTLcdVPFLayerFactoryModel.getModelType(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getPointIcon(TLcdVPFFeatureClass aVPFFeatureClass) Returns an icon that can be used to represent a feature of the given feature class on a map.TLcdVPFLayerFactoryModel.getPointIcon(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getPointSelectionIcon(TLcdVPFFeatureClass aVPFFeatureClass) Returns an icon that can be used to represent a feature of the given feature class on a map, in selected state.TLcdVPFLayerFactoryModel.getPointSelectionIcon(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getScaleRange(TLcdVPFFeatureClass aVPFFeatureClass) Returns the scale range in which the given feature class should be shown.TLcdVPFLayerFactoryModel.getScaleRange(TLcdVPFFeatureClass aVPFFeatureClass) protected ColorTLcdVPFLayerFactoryModel.getSelectionForeground(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getTextFont(TLcdVPFFeatureClass aVPFFeatureClass) Returns a font that can be used to draw textual descriptions for feature of the given feature class on a map.TLcdVPFLayerFactoryModel.getTextFont(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getTextForeground(TLcdVPFFeatureClass aVPFFeatureClass) Returns a color that can be used to draw textual descriptions for feature of the given feature class on a map.TLcdVPFLayerFactoryModel.getTextForeground(TLcdVPFFeatureClass aVPFFeatureClass) booleanILcdVPFLayerFactoryModel.isAreaFilled(TLcdVPFFeatureClass aVPFFeatureClass) Returntrueif the areas of this feature class should be filled.booleanTLcdVPFLayerFactoryModel.isAreaFilled(TLcdVPFFeatureClass aVPFFeatureClass) TLcdVPFPropertiesUtil.retrieveColor(TLcdVPFFeatureClass aVPFFeatureClass, Properties aProperties) Deprecated.This method is no longer supported.protected ILcdGXYLabelPainterProviderTLcdVPFLayerFactory.retrieveLabelPainterProvider(TLcdVPFFeatureClass aVPFFeatureClass, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.protected ILcdGXYPainterProviderTLcdVPFLayerFactory.retrievePainterProvider(TLcdVPFFeatureClass aVPFFeatureClass, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.TLcdVPFPropertiesUtil.retrievePrefix(TLcdVPFFeatureClass aVPFFeatureClass) Deprecated.This method is no longer supported.voidTLcdVPFLayerFactoryModel.setAreaFilled(TLcdVPFFeatureClass aVPFFeatureClass, boolean aAreaIsFilled) voidTLcdVPFLayerFactoryModel.setForeground(TLcdVPFFeatureClass aVPFFeatureClass, Color aColor) voidTLcdVPFLayerFactoryModel.setLabelIndices(TLcdVPFFeatureClass aVPFFeatureClass, int[] aLabelIndices) voidTLcdVPFDatabasePanel.setSelection(TLcdVPFFeatureClass[] aFeatureClasses) Deprecated.Sets the selection in this VPF tree to the given set of feature classes.voidTLcdVPFDatabaseTree.setSelection(TLcdVPFFeatureClass[] aFeatureClasses) Deprecated.Sets the selection in this VPF tree to the given set of feature classes.voidTLcdVPFLayerFactoryModel.setSelectionForeground(TLcdVPFFeatureClass aVPFFeatureClass, Color aColor) voidTLcdVPFLayerFactoryModel.setTextFont(TLcdVPFFeatureClass aVPFFeatureClass, Font aFont) Constructors in com.luciad.format.vpf with parameters of type TLcdVPFFeatureClassModifierConstructorDescriptionTLcdVPFDatabasePanel(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.TLcdVPFDatabasePanel(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection, Frame aFrame) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.TLcdVPFDatabaseTree(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.TLcdVPFDatabaseTree(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection, Frame aFrame) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.TLcdVPFLayer(TLcdVPFFeatureClass aVPFFeatureClass) Deprecated.TLcdVPFModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdVPFFeatureClass aVPFFeatureClass) Constructs a newTLcdVPFModelDescriptor.TLcdVPFModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdVPFFeatureClass aVPFFeatureClass, int aModelType) Constructs a newTLcdVPFModelDescriptor.