org.geotools.styling
Class OverlapBehavior

java.lang.Object
  extended by org.geotools.filter.ConstantExpression
      extended by org.geotools.styling.OverlapBehavior
All Implemented Interfaces:
java.lang.Cloneable, ExpressionType, LiteralExpression, org.opengis.filter.expression.Expression, org.opengis.filter.expression.Literal

Deprecated. Please use org.opengis.style.OverlapBehavior

public class OverlapBehavior
extends ConstantExpression

OverlapBehavior tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.

         
  <xsd:element name="OverlapBehavior">
      <xsd:annotation>
          <xsd:documentation>         "OverlapBehavior" tells a
              system how to behave when multiple         raster images in
              a layer overlap each other, for example with
              satellite-image scenes.       </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
          <xsd:choice>
              <xsd:element ref="sld:LATEST_ON_TOP"/>
              <xsd:element ref="sld:EARLIEST_ON_TOP"/>
              <xsd:element ref="sld:AVERAGE"/>
              <xsd:element ref="sld:RANDOM"/>
          </xsd:choice>
      </xsd:complexType>
  </xsd:element>

          
         

Author:
Justin Deoliveira, The Open Planning Project

Field Summary
static OverlapBehavior AVERAGE
          Deprecated.  
static java.lang.String AVERAGE_RESCTRICTION
          Deprecated.  
static OverlapBehavior EARLIEST_ON_TOP
          Deprecated.  
static java.lang.String EARLIEST_ON_TOP_RESCTRICTION
          Deprecated.  
static OverlapBehavior LATEST_ON_TOP
          Deprecated.  
static java.lang.String LATEST_ON_TOP_RESCTRICTION
          Deprecated.  
static OverlapBehavior RANDOM
          Deprecated.  
static java.lang.String RANDOM_RESCTRICTION
          Deprecated.  
static java.lang.String UNSPECIFIED_RESCTRICTION
          Deprecated.  
 
Fields inherited from class org.geotools.filter.ConstantExpression
BLACK, NULL, ONE, TWO, UNNAMED, ZERO
 
Fields inherited from interface org.geotools.filter.ExpressionType
ATTRIBUTE, ATTRIBUTE_DOUBLE, ATTRIBUTE_GEOMETRY, ATTRIBUTE_INTEGER, ATTRIBUTE_STRING, ATTRIBUTE_UNDECLARED, FUNCTION, LITERAL_DOUBLE, LITERAL_GEOMETRY, LITERAL_INTEGER, LITERAL_LONG, LITERAL_STRING, LITERAL_UNDECLARED, MATH_ADD, MATH_DIVIDE, MATH_MULTIPLY, MATH_SUBTRACT
 
Fields inherited from interface org.opengis.filter.expression.Expression
NIL
 
Method Summary
 void accept(StyleVisitor visitor)
          Deprecated.  
 
Methods inherited from class org.geotools.filter.ConstantExpression
accept, accept, clone, color, constant, constant, constant, equals, evaluate, evaluate, evaluate, getLiteral, getType, getValue, getValue, hashCode, setLiteral, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AVERAGE_RESCTRICTION

public static final java.lang.String AVERAGE_RESCTRICTION
Deprecated. 
See Also:
Constant Field Values

RANDOM_RESCTRICTION

public static final java.lang.String RANDOM_RESCTRICTION
Deprecated. 
See Also:
Constant Field Values

LATEST_ON_TOP_RESCTRICTION

public static final java.lang.String LATEST_ON_TOP_RESCTRICTION
Deprecated. 
See Also:
Constant Field Values

EARLIEST_ON_TOP_RESCTRICTION

public static final java.lang.String EARLIEST_ON_TOP_RESCTRICTION
Deprecated. 
See Also:
Constant Field Values

UNSPECIFIED_RESCTRICTION

public static final java.lang.String UNSPECIFIED_RESCTRICTION
Deprecated. 
See Also:
Constant Field Values

LATEST_ON_TOP

public static final OverlapBehavior LATEST_ON_TOP
Deprecated. 

EARLIEST_ON_TOP

public static final OverlapBehavior EARLIEST_ON_TOP
Deprecated. 

AVERAGE

public static final OverlapBehavior AVERAGE
Deprecated. 

RANDOM

public static final OverlapBehavior RANDOM
Deprecated. 
Method Detail

accept

public void accept(StyleVisitor visitor)
Deprecated. 


Copyright © 1996-2010 Geotools. All Rights Reserved.