org.geotools.styling
Class OverlapBehavior

Object
  extended by ConstantExpression
      extended by OverlapBehavior
All Implemented Interfaces:
Cloneable, ExpressionType, LiteralExpression, 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
Module:

Field Summary
static OverlapBehavior AVERAGE
          Deprecated.  
static String AVERAGE_RESCTRICTION
          Deprecated.  
static OverlapBehavior EARLIEST_ON_TOP
          Deprecated.  
static String EARLIEST_ON_TOP_RESCTRICTION
          Deprecated.  
static OverlapBehavior LATEST_ON_TOP
          Deprecated.  
static String LATEST_ON_TOP_RESCTRICTION
          Deprecated.  
static OverlapBehavior RANDOM
          Deprecated.  
static String RANDOM_RESCTRICTION
          Deprecated.  
static String UNSPECIFIED_RESCTRICTION
          Deprecated.  
 
Fields inherited from class ConstantExpression
BLACK, NULL, ONE, TWO, UNNAMED, ZERO
 
Fields inherited from interface 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 Expression
NIL
 
Fields inherited from interface Expression
NIL
 
Method Summary
 void accept(StyleVisitor visitor)
          Deprecated.  
 
Methods inherited from class ConstantExpression
accept, accept, clone, color, constant, constant, constant, equals, evaluate, evaluate, evaluate, getLiteral, getType, getValue, getValue, hashCode, setLiteral, setValue, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AVERAGE_RESCTRICTION

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

RANDOM_RESCTRICTION

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

LATEST_ON_TOP_RESCTRICTION

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

EARLIEST_ON_TOP_RESCTRICTION

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

UNSPECIFIED_RESCTRICTION

public static final 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-2009 Geotools. All Rights Reserved.