|
||||||||||
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.gml3.smil.SMIL20Schema
public class SMIL20Schema
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 |
---|
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>
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>
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>
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>
public static final org.opengis.feature.type.AttributeType NONNEGATIVEDECIMALTYPE_TYPE
<simpleType name="nonNegativeDecimalType">
<restriction base="decimal">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
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>
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>
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>
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>
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>
public static final org.opengis.feature.type.ComplexType SETPROTOTYPE_TYPE
<complexType name="setPrototype">
<attributeGroup ref="smil20:animNamedTargetAttrs"/>
<attributeGroup ref="smil20:animSetValuesAttrs"/>
</complexType>
Constructor Detail |
---|
public SMIL20Schema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |