Package net.opengis.gml
Interface BaseStyleDescriptorType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
GeometryStyleType,GraphStyleType,LabelStyleType,TopologyStyleType
- All Known Implementing Classes:
BaseStyleDescriptorTypeImpl,GeometryStyleTypeImpl,GraphStyleTypeImpl,LabelStyleTypeImpl,TopologyStyleTypeImpl
public interface BaseStyleDescriptorType extends AbstractGMLType
An XML BaseStyleDescriptorType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBaseStyleDescriptorType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnimateTypeaddNewAnimate()Appends and returns a new empty value (as xml) as the last "animate" elementAnimateColorTypeaddNewAnimateColor()Appends and returns a new empty value (as xml) as the last "animateColor" elementAnimateMotionTypeaddNewAnimateMotion()Appends and returns a new empty value (as xml) as the last "animateMotion" elementSetTypeaddNewSet()Appends and returns a new empty value (as xml) as the last "set" elementScaleTypeaddNewSpatialResolution()Appends and returns a new empty "spatialResolution" elementStyleVariationTypeaddNewStyleVariation()Appends and returns a new empty value (as xml) as the last "styleVariation" elementAnimateType[]getAnimateArray()Gets array of all "animate" elementsAnimateTypegetAnimateArray(int i)Gets ith "animate" elementAnimateColorType[]getAnimateColorArray()Gets array of all "animateColor" elementsAnimateColorTypegetAnimateColorArray(int i)Gets ith "animateColor" elementAnimateMotionType[]getAnimateMotionArray()Gets array of all "animateMotion" elementsAnimateMotionTypegetAnimateMotionArray(int i)Gets ith "animateMotion" elementSetType[]getSetArray()Gets array of all "set" elementsSetTypegetSetArray(int i)Gets ith "set" elementScaleTypegetSpatialResolution()Gets the "spatialResolution" elementStyleVariationType[]getStyleVariationArray()Gets array of all "styleVariation" elementsStyleVariationTypegetStyleVariationArray(int i)Gets ith "styleVariation" elementAnimateTypeinsertNewAnimate(int i)Inserts and returns a new empty value (as xml) as the ith "animate" elementAnimateColorTypeinsertNewAnimateColor(int i)Inserts and returns a new empty value (as xml) as the ith "animateColor" elementAnimateMotionTypeinsertNewAnimateMotion(int i)Inserts and returns a new empty value (as xml) as the ith "animateMotion" elementSetTypeinsertNewSet(int i)Inserts and returns a new empty value (as xml) as the ith "set" elementStyleVariationTypeinsertNewStyleVariation(int i)Inserts and returns a new empty value (as xml) as the ith "styleVariation" elementbooleanisSetSpatialResolution()True if has "spatialResolution" elementvoidremoveAnimate(int i)Removes the ith "animate" elementvoidremoveAnimateColor(int i)Removes the ith "animateColor" elementvoidremoveAnimateMotion(int i)Removes the ith "animateMotion" elementvoidremoveSet(int i)Removes the ith "set" elementvoidremoveStyleVariation(int i)Removes the ith "styleVariation" elementvoidsetAnimateArray(int i, AnimateType animate)Sets ith "animate" elementvoidsetAnimateArray(AnimateType[] animateArray)Sets array of all "animate" elementvoidsetAnimateColorArray(int i, AnimateColorType animateColor)Sets ith "animateColor" elementvoidsetAnimateColorArray(AnimateColorType[] animateColorArray)Sets array of all "animateColor" elementvoidsetAnimateMotionArray(int i, AnimateMotionType animateMotion)Sets ith "animateMotion" elementvoidsetAnimateMotionArray(AnimateMotionType[] animateMotionArray)Sets array of all "animateMotion" elementvoidsetSetArray(int i, SetType set)Sets ith "set" elementvoidsetSetArray(SetType[] setArray)Sets array of all "set" elementvoidsetSpatialResolution(ScaleType spatialResolution)Sets the "spatialResolution" elementvoidsetStyleVariationArray(int i, StyleVariationType styleVariation)Sets ith "styleVariation" elementvoidsetStyleVariationArray(StyleVariationType[] styleVariationArray)Sets array of all "styleVariation" elementintsizeOfAnimateArray()Returns number of "animate" elementintsizeOfAnimateColorArray()Returns number of "animateColor" elementintsizeOfAnimateMotionArray()Returns number of "animateMotion" elementintsizeOfSetArray()Returns number of "set" elementintsizeOfStyleVariationArray()Returns number of "styleVariation" elementvoidunsetSpatialResolution()Unsets the "spatialResolution" element-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getSpatialResolution
ScaleType getSpatialResolution()
Gets the "spatialResolution" element
-
isSetSpatialResolution
boolean isSetSpatialResolution()
True if has "spatialResolution" element
-
setSpatialResolution
void setSpatialResolution(ScaleType spatialResolution)
Sets the "spatialResolution" element
-
addNewSpatialResolution
ScaleType addNewSpatialResolution()
Appends and returns a new empty "spatialResolution" element
-
unsetSpatialResolution
void unsetSpatialResolution()
Unsets the "spatialResolution" element
-
getStyleVariationArray
StyleVariationType[] getStyleVariationArray()
Gets array of all "styleVariation" elements
-
getStyleVariationArray
StyleVariationType getStyleVariationArray(int i)
Gets ith "styleVariation" element
-
sizeOfStyleVariationArray
int sizeOfStyleVariationArray()
Returns number of "styleVariation" element
-
setStyleVariationArray
void setStyleVariationArray(StyleVariationType[] styleVariationArray)
Sets array of all "styleVariation" element
-
setStyleVariationArray
void setStyleVariationArray(int i, StyleVariationType styleVariation)Sets ith "styleVariation" element
-
insertNewStyleVariation
StyleVariationType insertNewStyleVariation(int i)
Inserts and returns a new empty value (as xml) as the ith "styleVariation" element
-
addNewStyleVariation
StyleVariationType addNewStyleVariation()
Appends and returns a new empty value (as xml) as the last "styleVariation" element
-
removeStyleVariation
void removeStyleVariation(int i)
Removes the ith "styleVariation" element
-
getAnimateArray
AnimateType[] getAnimateArray()
Gets array of all "animate" elements
-
getAnimateArray
AnimateType getAnimateArray(int i)
Gets ith "animate" element
-
sizeOfAnimateArray
int sizeOfAnimateArray()
Returns number of "animate" element
-
setAnimateArray
void setAnimateArray(AnimateType[] animateArray)
Sets array of all "animate" element
-
setAnimateArray
void setAnimateArray(int i, AnimateType animate)Sets ith "animate" element
-
insertNewAnimate
AnimateType insertNewAnimate(int i)
Inserts and returns a new empty value (as xml) as the ith "animate" element
-
addNewAnimate
AnimateType addNewAnimate()
Appends and returns a new empty value (as xml) as the last "animate" element
-
removeAnimate
void removeAnimate(int i)
Removes the ith "animate" element
-
getAnimateMotionArray
AnimateMotionType[] getAnimateMotionArray()
Gets array of all "animateMotion" elements
-
getAnimateMotionArray
AnimateMotionType getAnimateMotionArray(int i)
Gets ith "animateMotion" element
-
sizeOfAnimateMotionArray
int sizeOfAnimateMotionArray()
Returns number of "animateMotion" element
-
setAnimateMotionArray
void setAnimateMotionArray(AnimateMotionType[] animateMotionArray)
Sets array of all "animateMotion" element
-
setAnimateMotionArray
void setAnimateMotionArray(int i, AnimateMotionType animateMotion)Sets ith "animateMotion" element
-
insertNewAnimateMotion
AnimateMotionType insertNewAnimateMotion(int i)
Inserts and returns a new empty value (as xml) as the ith "animateMotion" element
-
addNewAnimateMotion
AnimateMotionType addNewAnimateMotion()
Appends and returns a new empty value (as xml) as the last "animateMotion" element
-
removeAnimateMotion
void removeAnimateMotion(int i)
Removes the ith "animateMotion" element
-
getAnimateColorArray
AnimateColorType[] getAnimateColorArray()
Gets array of all "animateColor" elements
-
getAnimateColorArray
AnimateColorType getAnimateColorArray(int i)
Gets ith "animateColor" element
-
sizeOfAnimateColorArray
int sizeOfAnimateColorArray()
Returns number of "animateColor" element
-
setAnimateColorArray
void setAnimateColorArray(AnimateColorType[] animateColorArray)
Sets array of all "animateColor" element
-
setAnimateColorArray
void setAnimateColorArray(int i, AnimateColorType animateColor)Sets ith "animateColor" element
-
insertNewAnimateColor
AnimateColorType insertNewAnimateColor(int i)
Inserts and returns a new empty value (as xml) as the ith "animateColor" element
-
addNewAnimateColor
AnimateColorType addNewAnimateColor()
Appends and returns a new empty value (as xml) as the last "animateColor" element
-
removeAnimateColor
void removeAnimateColor(int i)
Removes the ith "animateColor" element
-
getSetArray
SetType[] getSetArray()
Gets array of all "set" elements
-
getSetArray
SetType getSetArray(int i)
Gets ith "set" element
-
sizeOfSetArray
int sizeOfSetArray()
Returns number of "set" element
-
setSetArray
void setSetArray(SetType[] setArray)
Sets array of all "set" element
-
setSetArray
void setSetArray(int i, SetType set)Sets ith "set" element
-
insertNewSet
SetType insertNewSet(int i)
Inserts and returns a new empty value (as xml) as the ith "set" element
-
addNewSet
SetType addNewSet()
Appends and returns a new empty value (as xml) as the last "set" element
-
removeSet
void removeSet(int i)
Removes the ith "set" element
-
-