Uses of Class
net.opengis.gmlcov.geotiff.v_1_0.CompressionType

Uses of CompressionType in net.opengis.gmlcov.geotiff.v_1_0
 

Fields in net.opengis.gmlcov.geotiff.v_1_0 declared as CompressionType
protected  CompressionType ParametersType.compression
           
 

Methods in net.opengis.gmlcov.geotiff.v_1_0 that return CompressionType
static CompressionType CompressionType.fromValue(String v)
           
 CompressionType ParametersType.getCompression()
          Gets the value of the compression property.
static CompressionType CompressionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompressionType[] CompressionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.gmlcov.geotiff.v_1_0 with parameters of type CompressionType
 void ParametersType.setCompression(CompressionType value)
          Sets the value of the compression property.
 ParametersType ParametersType.withCompression(CompressionType value)
           
 



Copyright © 2008-2015. All Rights Reserved.