Package net.opengis.gml
Interface GeometryStyleType
-
- All Superinterfaces:
AbstractGMLType,BaseStyleDescriptorType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GeometryStyleTypeImpl
public interface GeometryStyleType extends BaseStyleDescriptorType
An XML GeometryStyleType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGeometryStyleType.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 LabelStylePropertyTypeaddNewLabelStyle()Appends and returns a new empty "labelStyle" elementSymbolTypeaddNewSymbol()Appends and returns a new empty "symbol" elementStringgetGeometryProperty()Gets the "geometryProperty" attributeStringgetGeometryType()Gets the "geometryType" attributeLabelStylePropertyTypegetLabelStyle()Gets the "labelStyle" elementStringgetStyle()Gets the "style" elementSymbolTypegetSymbol()Gets the "symbol" elementbooleanisSetGeometryProperty()True if has "geometryProperty" attributebooleanisSetGeometryType()True if has "geometryType" attributebooleanisSetLabelStyle()True if has "labelStyle" elementbooleanisSetStyle()True if has "style" elementbooleanisSetSymbol()True if has "symbol" elementvoidsetGeometryProperty(String geometryProperty)Sets the "geometryProperty" attributevoidsetGeometryType(String geometryType)Sets the "geometryType" attributevoidsetLabelStyle(LabelStylePropertyType labelStyle)Sets the "labelStyle" elementvoidsetStyle(String style)Sets the "style" elementvoidsetSymbol(SymbolType symbol)Sets the "symbol" elementvoidunsetGeometryProperty()Unsets the "geometryProperty" attributevoidunsetGeometryType()Unsets the "geometryType" attributevoidunsetLabelStyle()Unsets the "labelStyle" elementvoidunsetStyle()Unsets the "style" elementvoidunsetSymbol()Unsets the "symbol" elementorg.apache.xmlbeans.XmlStringxgetGeometryProperty()Gets (as xml) the "geometryProperty" attributeorg.apache.xmlbeans.XmlStringxgetGeometryType()Gets (as xml) the "geometryType" attributeorg.apache.xmlbeans.XmlStringxgetStyle()Gets (as xml) the "style" elementvoidxsetGeometryProperty(org.apache.xmlbeans.XmlString geometryProperty)Sets (as xml) the "geometryProperty" attributevoidxsetGeometryType(org.apache.xmlbeans.XmlString geometryType)Sets (as xml) the "geometryType" attributevoidxsetStyle(org.apache.xmlbeans.XmlString style)Sets (as xml) the "style" 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 net.opengis.gml.BaseStyleDescriptorType
addNewAnimate, addNewAnimateColor, addNewAnimateMotion, addNewSet, addNewSpatialResolution, addNewStyleVariation, getAnimateArray, getAnimateArray, getAnimateColorArray, getAnimateColorArray, getAnimateMotionArray, getAnimateMotionArray, getSetArray, getSetArray, getSpatialResolution, getStyleVariationArray, getStyleVariationArray, insertNewAnimate, insertNewAnimateColor, insertNewAnimateMotion, insertNewSet, insertNewStyleVariation, isSetSpatialResolution, removeAnimate, removeAnimateColor, removeAnimateMotion, removeSet, removeStyleVariation, setAnimateArray, setAnimateArray, setAnimateColorArray, setAnimateColorArray, setAnimateMotionArray, setAnimateMotionArray, setSetArray, setSetArray, setSpatialResolution, setStyleVariationArray, setStyleVariationArray, sizeOfAnimateArray, sizeOfAnimateColorArray, sizeOfAnimateMotionArray, sizeOfSetArray, sizeOfStyleVariationArray, unsetSpatialResolution
-
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
-
getSymbol
SymbolType getSymbol()
Gets the "symbol" element
-
isSetSymbol
boolean isSetSymbol()
True if has "symbol" element
-
setSymbol
void setSymbol(SymbolType symbol)
Sets the "symbol" element
-
addNewSymbol
SymbolType addNewSymbol()
Appends and returns a new empty "symbol" element
-
unsetSymbol
void unsetSymbol()
Unsets the "symbol" element
-
getStyle
String getStyle()
Gets the "style" element
-
xgetStyle
org.apache.xmlbeans.XmlString xgetStyle()
Gets (as xml) the "style" element
-
isSetStyle
boolean isSetStyle()
True if has "style" element
-
setStyle
void setStyle(String style)
Sets the "style" element
-
xsetStyle
void xsetStyle(org.apache.xmlbeans.XmlString style)
Sets (as xml) the "style" element
-
unsetStyle
void unsetStyle()
Unsets the "style" element
-
getLabelStyle
LabelStylePropertyType getLabelStyle()
Gets the "labelStyle" element
-
isSetLabelStyle
boolean isSetLabelStyle()
True if has "labelStyle" element
-
setLabelStyle
void setLabelStyle(LabelStylePropertyType labelStyle)
Sets the "labelStyle" element
-
addNewLabelStyle
LabelStylePropertyType addNewLabelStyle()
Appends and returns a new empty "labelStyle" element
-
unsetLabelStyle
void unsetLabelStyle()
Unsets the "labelStyle" element
-
getGeometryProperty
String getGeometryProperty()
Gets the "geometryProperty" attribute
-
xgetGeometryProperty
org.apache.xmlbeans.XmlString xgetGeometryProperty()
Gets (as xml) the "geometryProperty" attribute
-
isSetGeometryProperty
boolean isSetGeometryProperty()
True if has "geometryProperty" attribute
-
setGeometryProperty
void setGeometryProperty(String geometryProperty)
Sets the "geometryProperty" attribute
-
xsetGeometryProperty
void xsetGeometryProperty(org.apache.xmlbeans.XmlString geometryProperty)
Sets (as xml) the "geometryProperty" attribute
-
unsetGeometryProperty
void unsetGeometryProperty()
Unsets the "geometryProperty" attribute
-
getGeometryType
String getGeometryType()
Gets the "geometryType" attribute
-
xgetGeometryType
org.apache.xmlbeans.XmlString xgetGeometryType()
Gets (as xml) the "geometryType" attribute
-
isSetGeometryType
boolean isSetGeometryType()
True if has "geometryType" attribute
-
setGeometryType
void setGeometryType(String geometryType)
Sets the "geometryType" attribute
-
xsetGeometryType
void xsetGeometryType(org.apache.xmlbeans.XmlString geometryType)
Sets (as xml) the "geometryType" attribute
-
unsetGeometryType
void unsetGeometryType()
Unsets the "geometryType" attribute
-
-