Package com.luciad.format.vpf
Class TLcdVPFPropertiesUtil
java.lang.Object
com.luciad.format.vpf.TLcdVPFPropertiesUtil
Groups some methods for working with VPF properties.
-
Constructor Summary
ConstructorDescriptionDeprecated.All non-deprecated methods of this class are static. -
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
createFeatureProperties
(TLcdVPFFeatureClass aFeatureClass, ILcdBounds bounds) Returns a newProperties
object, containing VPF properties defining the given feature class and bounds.retrieveColor
(TLcdVPFFeatureClass aVPFFeatureClass, Properties aProperties) Deprecated.This method is no longer supported.retrievePrefix
(TLcdVPFFeatureClass aVPFFeatureClass) Deprecated.This method is no longer supported.
-
Constructor Details
-
TLcdVPFPropertiesUtil
public TLcdVPFPropertiesUtil()Deprecated.All non-deprecated methods of this class are static.Creates a newTLcdVPFPropertiesUtil
object.
-
-
Method Details
-
createFeatureProperties
public static Properties createFeatureProperties(TLcdVPFFeatureClass aFeatureClass, ILcdBounds bounds) Returns a newProperties
object, containing VPF properties defining the given feature class and bounds. This properties can be used to decode a feature class using one of thedecode
method of theTLcdVPFModelDecoder
.- Parameters:
aFeatureClass
- the feature class whose properties are to be created.bounds
- the bounds that are to be included in the properties.- Returns:
- a new
Properties
object, defining the given feature class and bounds.
-
retrievePrefix
Deprecated.This method is no longer supported.Don't use this method.- Parameters:
aVPFFeatureClass
- the feature class for which to return a prefix.- Returns:
- the prefix for the given feature class.
-
retrieveColor
Deprecated.This method is no longer supported.Don't use this method.- Parameters:
aVPFFeatureClass
- the feature class for which to return a color.aProperties
- the properties from which to parse a color.- Returns:
- the color for the given feature class, as defined in the given properties.
-