org.geotools.xlink
Class XLINKSchema

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

public class XLINKSchema
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.AttributeType _ACTUATE_TYPE
          
static org.opengis.feature.type.AttributeType _SHOW_TYPE
          
 
Constructor Summary
XLINKSchema()
           
 
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

_SHOW_TYPE

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

   
  <simpleType name="_show">
      <restriction base="string">
          <enumeration value="new"/>
          <enumeration value="replace"/>
          <enumeration value="embed"/>
          <enumeration value="other"/>
          <enumeration value="none"/>
      </restriction>
  </simpleType>

    
   


_ACTUATE_TYPE

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

   
  <simpleType name="_actuate">
      <restriction base="string">
          <enumeration value="onLoad"/>
          <enumeration value="onRequest"/>
          <enumeration value="other"/>
          <enumeration value="none"/>
      </restriction>
  </simpleType>

    
   

Constructor Detail

XLINKSchema

public XLINKSchema()


Copyright © 1996-2010 Geotools. All Rights Reserved.