Uses of Class
org.opengis.style.ContrastMethod

Packages that use ContrastMethod
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of ContrastMethod in org.opengis.style
 

Fields in org.opengis.style declared as ContrastMethod
static ContrastMethod ContrastMethod.HISTOGRAM
          Histogram enchancement.
static ContrastMethod ContrastMethod.NONE
          No enchancement.
static ContrastMethod ContrastMethod.NORMALIZE
          Normalize enchancement.
 

Methods in org.opengis.style that return ContrastMethod
 ContrastMethod[] ContrastMethod.family()
          Returns the list of enumerations of the same kind than this enum.
 ContrastMethod ContrastEnhancement.getMethod()
          We use a codeList to enable more enchancement type possibilities.
static ContrastMethod ContrastMethod.valueOf(String code)
          Returns the contrast type that matches the given string, or returns a new one if none match it.
static ContrastMethod[] ContrastMethod.values()
          Returns the list of ContrastTypes.
 

Methods in org.opengis.style with parameters of type ContrastMethod
 ContrastEnhancement StyleFactory.contrastEnhancement(Expression gamma, ContrastMethod method)
           
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.