|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.feature.type.SchemaImpl
org.geotools.xlink.XLINKSchema
public class XLINKSchema
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 |
---|
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>
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 |
---|
public XLINKSchema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |