Uses of Enum Class
com.luciad.network.graph.numeric.TLcdNumericGraphEncoder.EdgeValueEncoding
Packages that use TLcdNumericGraphEncoder.EdgeValueEncoding
Package
Description
Contains classes for working with numeric graphs.
-
Uses of TLcdNumericGraphEncoder.EdgeValueEncoding in com.luciad.network.graph.numeric
Methods in com.luciad.network.graph.numeric that return TLcdNumericGraphEncoder.EdgeValueEncodingModifier and TypeMethodDescriptionTLcdNumericGraphEncoder.getEdgeValueEncoding()
Returns the encoding mode for encoding edge values.Returns the enum constant of this class with the specified name.TLcdNumericGraphEncoder.EdgeValueEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.network.graph.numeric with parameters of type TLcdNumericGraphEncoder.EdgeValueEncodingModifier and TypeMethodDescriptionvoid
TLcdNumericGraphEncoder.setEdgeValueEncoding
(TLcdNumericGraphEncoder.EdgeValueEncoding aValueEncoding) Sets the encoding mode for encoding edge values.