org.geotools.gml3.smil
Class SMIL20LANGSchema

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

public class SMIL20LANGSchema
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 ANIMATECOLORTYPE_TYPE
          
static org.opengis.feature.type.ComplexType ANIMATEMOTIONTYPE_TYPE
          
static org.opengis.feature.type.ComplexType ANIMATETYPE_TYPE
          
static org.opengis.feature.type.ComplexType SETTYPE_TYPE
          
 
Constructor Summary
SMIL20LANGSchema()
           
 
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

ANIMATETYPE_TYPE

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

   
  <complexType name="animateType">
      <complexContent>
          <extension base="smil20:animatePrototype">
              <choice maxOccurs="unbounded" minOccurs="0">
                  <any namespace="##other" processContents="lax"/>
              </choice>
              <attributeGroup ref="smil20lang:CoreAttrs"/>
              <attributeGroup ref="smil20lang:TimingAttrs"/>
              <attributeGroup ref="smil20:animTargetAttrs"/>
              <attributeGroup ref="smil20:animModeAttrs"/>
              <attributeGroup ref="smil20:skipContentAttrs"/>
              <anyAttribute namespace="##any" processContents="strict"/>
          </extension>
      </complexContent>
  </complexType>

    
   


ANIMATEMOTIONTYPE_TYPE

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

   
  <complexType name="animateMotionType">
      <complexContent>
          <extension base="smil20:animateMotionPrototype">
              <choice maxOccurs="unbounded" minOccurs="0">
                  <any namespace="##other" processContents="lax"/>
              </choice>
              <attributeGroup ref="smil20lang:CoreAttrs"/>
              <attributeGroup ref="smil20lang:TimingAttrs"/>
              <attributeGroup ref="smil20:animTargetAttrs"/>
              <attributeGroup ref="smil20:animModeAttrs"/>
              <attributeGroup ref="smil20:skipContentAttrs"/>
              <anyAttribute namespace="##any" processContents="strict"/>
          </extension>
      </complexContent>
  </complexType>

    
   


SETTYPE_TYPE

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

   
  <complexType name="setType">
      <complexContent>
          <extension base="smil20:setPrototype">
              <choice maxOccurs="unbounded" minOccurs="0">
                  <any namespace="##other" processContents="lax"/>
              </choice>
              <attributeGroup ref="smil20lang:CoreAttrs"/>
              <attributeGroup ref="smil20lang:TimingAttrs"/>
              <attributeGroup ref="smil20:animTargetAttrs"/>
              <attributeGroup ref="smil20:skipContentAttrs"/>
              <anyAttribute namespace="##any" processContents="strict"/>
          </extension>
      </complexContent>
  </complexType>

    
   


ANIMATECOLORTYPE_TYPE

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

   
  <complexType name="animateColorType">
      <complexContent>
          <extension base="smil20:animateColorPrototype">
              <choice maxOccurs="unbounded" minOccurs="0">
                  <any namespace="##other" processContents="lax"/>
              </choice>
              <attributeGroup ref="smil20lang:CoreAttrs"/>
              <attributeGroup ref="smil20lang:TimingAttrs"/>
              <attributeGroup ref="smil20:animTargetAttrs"/>
              <attributeGroup ref="smil20:animModeAttrs"/>
              <attributeGroup ref="smil20:skipContentAttrs"/>
              <anyAttribute namespace="##any" processContents="strict"/>
          </extension>
      </complexContent>
  </complexType>

    
   

Constructor Detail

SMIL20LANGSchema

public SMIL20LANGSchema()


Copyright © 1996-2010 Geotools. All Rights Reserved.