Package net.opengis.gml
Interface StyleType
-
- All Superinterfaces:
AbstractGMLType,AbstractStyleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
StyleTypeImpl
public interface StyleType extends AbstractStyleType
An XML StyleType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStyleType.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 FeatureStylePropertyTypeaddNewFeatureStyle()Appends and returns a new empty value (as xml) as the last "featureStyle" elementGraphStylePropertyTypeaddNewGraphStyle()Appends and returns a new empty "graphStyle" elementFeatureStylePropertyType[]getFeatureStyleArray()Gets array of all "featureStyle" elementsFeatureStylePropertyTypegetFeatureStyleArray(int i)Gets ith "featureStyle" elementGraphStylePropertyTypegetGraphStyle()Gets the "graphStyle" elementFeatureStylePropertyTypeinsertNewFeatureStyle(int i)Inserts and returns a new empty value (as xml) as the ith "featureStyle" elementbooleanisSetGraphStyle()True if has "graphStyle" elementvoidremoveFeatureStyle(int i)Removes the ith "featureStyle" elementvoidsetFeatureStyleArray(int i, FeatureStylePropertyType featureStyle)Sets ith "featureStyle" elementvoidsetFeatureStyleArray(FeatureStylePropertyType[] featureStyleArray)Sets array of all "featureStyle" elementvoidsetGraphStyle(GraphStylePropertyType graphStyle)Sets the "graphStyle" elementintsizeOfFeatureStyleArray()Returns number of "featureStyle" elementvoidunsetGraphStyle()Unsets the "graphStyle" 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
-
getFeatureStyleArray
FeatureStylePropertyType[] getFeatureStyleArray()
Gets array of all "featureStyle" elements
-
getFeatureStyleArray
FeatureStylePropertyType getFeatureStyleArray(int i)
Gets ith "featureStyle" element
-
sizeOfFeatureStyleArray
int sizeOfFeatureStyleArray()
Returns number of "featureStyle" element
-
setFeatureStyleArray
void setFeatureStyleArray(FeatureStylePropertyType[] featureStyleArray)
Sets array of all "featureStyle" element
-
setFeatureStyleArray
void setFeatureStyleArray(int i, FeatureStylePropertyType featureStyle)Sets ith "featureStyle" element
-
insertNewFeatureStyle
FeatureStylePropertyType insertNewFeatureStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "featureStyle" element
-
addNewFeatureStyle
FeatureStylePropertyType addNewFeatureStyle()
Appends and returns a new empty value (as xml) as the last "featureStyle" element
-
removeFeatureStyle
void removeFeatureStyle(int i)
Removes the ith "featureStyle" element
-
getGraphStyle
GraphStylePropertyType getGraphStyle()
Gets the "graphStyle" element
-
isSetGraphStyle
boolean isSetGraphStyle()
True if has "graphStyle" element
-
setGraphStyle
void setGraphStyle(GraphStylePropertyType graphStyle)
Sets the "graphStyle" element
-
addNewGraphStyle
GraphStylePropertyType addNewGraphStyle()
Appends and returns a new empty "graphStyle" element
-
unsetGraphStyle
void unsetGraphStyle()
Unsets the "graphStyle" element
-
-