Uses of Interface
com.luciad.format.vpf.ILcdVPFFACCFeature
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
-
Uses of ILcdVPFFACCFeature in com.luciad.format.vpf
Modifier and TypeInterfaceDescriptioninterface
Represents a VPF feature (typically representing a real world object), having a FACC feature code and attributes, and associated with a VPF feature class.Modifier and TypeMethodDescriptionTLcdVPFGeoSymProvider.getAreaFillIcon
(ILcdVPFFACCFeature aFeature) Returns aTLcdVectorIcon
; itsgetDefaultLineColor()
method returns the GeoSym color that is used to represent the filled area of this feature.String[]
TLcdVPFGeoSymProvider.getAreaFillSymbolIds
(ILcdVPFFACCFeature aFeature) Returns an array containing the fill symbol id's for all GeoSym rules that match the given area feature.TLcdVPFGeoSymProvider.getAreaLineIcon
(ILcdVPFFACCFeature aFeature) Returns aTLcdVectorIcon
; itsgetDefaultLineColor()
method returns the GeoSym color that is used to represent the outline of this feature.String[]
TLcdVPFGeoSymProvider.getAreaLineSymbolIds
(ILcdVPFFACCFeature aFeature) Returns an array containing the line symbol id's for all GeoSym rules that match the given area feature.TLcdVPFGeoSymProvider.getAreaPointIcon
(ILcdVPFFACCFeature aFeature) String[]
TLcdVPFGeoSymProvider.getAreaPointSymbolIds
(ILcdVPFFACCFeature aFeature) Returns an array containing the point symbol id's for all GeoSym rules that match the given area feature.TLcdVPFGeoSymProvider.getLineIcon
(ILcdVPFFACCFeature aFeature) Returns aTLcdVectorIcon
; itsgetDefaultLineColor()
method returns the GeoSym color that is used to represent this feature.String[]
TLcdVPFGeoSymProvider.getLineSymbolIds
(ILcdVPFFACCFeature aFeature) Returns an array containing the symbol id's for all GeoSym rules that match the given line feature.TLcdVPFGeoSymProvider.getPointIcon
(ILcdVPFFACCFeature aFeature) Returns the GeoSym icon that is used to represent the given FACC feature.String[]
TLcdVPFGeoSymProvider.getPointSymbolIds
(ILcdVPFFACCFeature aFeature) Returns an array containing the symbol id's for all GeoSym rules that match the given point feature.