org.geotools.gml3.smil
Class SMIL20Schema

java.lang.Object
  extended by org.geotools.feature.type.SchemaImpl
      extended by org.geotools.gml3.smil.SMIL20Schema
All Implemented Interfaces:
java.util.Map<org.opengis.feature.type.Name,org.opengis.feature.type.AttributeType>, org.opengis.feature.type.Schema

public class SMIL20Schema
extends SchemaImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
static org.opengis.feature.type.ComplexType ANIMATECOLORPROTOTYPE_TYPE
          
static org.opengis.feature.type.ComplexType ANIMATEMOTIONPROTOTYPE_TYPE
          
static org.opengis.feature.type.ComplexType ANIMATEPROTOTYPE_TYPE
          
static org.opengis.feature.type.AttributeType FILLDEFAULTTYPE_TYPE
          
static org.opengis.feature.type.AttributeType FILLTIMINGATTRSTYPE_TYPE
          
static org.opengis.feature.type.AttributeType NONNEGATIVEDECIMALTYPE_TYPE
          
static org.opengis.feature.type.AttributeType RESTARTDEFAULTTYPE_TYPE
          
static org.opengis.feature.type.AttributeType RESTARTTIMINGTYPE_TYPE
          
static org.opengis.feature.type.ComplexType SETPROTOTYPE_TYPE
          
static org.opengis.feature.type.AttributeType SYNCBEHAVIORDEFAULTTYPE_TYPE
          
static org.opengis.feature.type.AttributeType SYNCBEHAVIORTYPE_TYPE
          
 
Constructor Summary
SMIL20Schema()
           
 
Method Summary
 
Methods inherited from class org.geotools.feature.type.SchemaImpl
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESTARTDEFAULTTYPE_TYPE

public static final org.opengis.feature.type.AttributeType RESTARTDEFAULTTYPE_TYPE

   
  <simpleType name="restartDefaultType">
      <restriction base="string">
          <enumeration value="never"/>
          <enumeration value="always"/>
          <enumeration value="whenNotActive"/>
          <enumeration value="inherit"/>
      </restriction>
  </simpleType>

    
   


FILLTIMINGATTRSTYPE_TYPE

public static final org.opengis.feature.type.AttributeType FILLTIMINGATTRSTYPE_TYPE

   
  <simpleType name="fillTimingAttrsType">
      <restriction base="string">
          <enumeration value="remove"/>
          <enumeration value="freeze"/>
          <enumeration value="hold"/>
          <enumeration value="auto"/>
          <enumeration value="default"/>
          <enumeration value="transition"/>
      </restriction>
  </simpleType>

    
   


ANIMATEMOTIONPROTOTYPE_TYPE

public static final org.opengis.feature.type.ComplexType ANIMATEMOTIONPROTOTYPE_TYPE

   
  <complexType name="animateMotionPrototype">
      <attributeGroup ref="smil20:animAddAccumAttrs"/>
      <attributeGroup ref="smil20:animValuesAttrs"/>
      <attribute name="origin" type="string" use="optional"/>
  </complexType>

    
   


ANIMATECOLORPROTOTYPE_TYPE

public static final org.opengis.feature.type.ComplexType ANIMATECOLORPROTOTYPE_TYPE

   
  <complexType name="animateColorPrototype">
      <attributeGroup ref="smil20:animNamedTargetAttrs"/>
      <attributeGroup ref="smil20:animAddAccumAttrs"/>
      <attributeGroup ref="smil20:animValuesAttrs"/>
  </complexType>

    
   


NONNEGATIVEDECIMALTYPE_TYPE

public static final org.opengis.feature.type.AttributeType NONNEGATIVEDECIMALTYPE_TYPE

   
  <simpleType name="nonNegativeDecimalType">
      <restriction base="decimal">
          <minInclusive value="0.0"/>
      </restriction>
  </simpleType>

    
   


FILLDEFAULTTYPE_TYPE

public static final org.opengis.feature.type.AttributeType FILLDEFAULTTYPE_TYPE

   
  <simpleType name="fillDefaultType">
      <restriction base="string">
          <enumeration value="remove"/>
          <enumeration value="freeze"/>
          <enumeration value="hold"/>
          <enumeration value="auto"/>
          <enumeration value="inherit"/>
          <enumeration value="transition"/>
      </restriction>
  </simpleType>

    
   


ANIMATEPROTOTYPE_TYPE

public static final org.opengis.feature.type.ComplexType ANIMATEPROTOTYPE_TYPE

   
  <complexType name="animatePrototype">
      <attributeGroup ref="smil20:animNamedTargetAttrs"/>
      <attributeGroup ref="smil20:animAddAccumAttrs"/>
      <attributeGroup ref="smil20:animValuesAttrs"/>
  </complexType>

    
   


RESTARTTIMINGTYPE_TYPE

public static final org.opengis.feature.type.AttributeType RESTARTTIMINGTYPE_TYPE

   
  <simpleType name="restartTimingType">
      <restriction base="string">
          <enumeration value="never"/>
          <enumeration value="always"/>
          <enumeration value="whenNotActive"/>
          <enumeration value="default"/>
      </restriction>
  </simpleType>

    
   


SYNCBEHAVIORDEFAULTTYPE_TYPE

public static final org.opengis.feature.type.AttributeType SYNCBEHAVIORDEFAULTTYPE_TYPE

   
  <simpleType name="syncBehaviorDefaultType">
      <restriction base="string">
          <enumeration value="canSlip"/>
          <enumeration value="locked"/>
          <enumeration value="independent"/>
          <enumeration value="inherit"/>
      </restriction>
  </simpleType>

    
   


SYNCBEHAVIORTYPE_TYPE

public static final org.opengis.feature.type.AttributeType SYNCBEHAVIORTYPE_TYPE

   
  <simpleType name="syncBehaviorType">
      <restriction base="string">
          <enumeration value="canSlip"/>
          <enumeration value="locked"/>
          <enumeration value="independent"/>
          <enumeration value="default"/>
      </restriction>
  </simpleType>

    
   


SETPROTOTYPE_TYPE

public static final org.opengis.feature.type.ComplexType SETPROTOTYPE_TYPE

   
  <complexType name="setPrototype">
      <attributeGroup ref="smil20:animNamedTargetAttrs"/>
      <attributeGroup ref="smil20:animSetValuesAttrs"/>
  </complexType>

    
   

Constructor Detail

SMIL20Schema

public SMIL20Schema()


Copyright © 1996-2010 Geotools. All Rights Reserved.