Package net.opengis.gml
Interface FeatureStyleType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FeatureStyleTypeImpl
public interface FeatureStyleType extends AbstractGMLType
An XML FeatureStyleType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFeatureStyleType.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 GeometryStylePropertyTypeaddNewGeometryStyle()Appends and returns a new empty value (as xml) as the last "geometryStyle" elementLabelStylePropertyTypeaddNewLabelStyle()Appends and returns a new empty "labelStyle" elementTopologyStylePropertyTypeaddNewTopologyStyle()Appends and returns a new empty value (as xml) as the last "topologyStyle" elementStringgetBaseType()Gets the "baseType" attributeStringgetFeatureConstraint()Gets the "featureConstraint" elementStringgetFeatureType()Gets the "featureType" attributeGeometryStylePropertyType[]getGeometryStyleArray()Gets array of all "geometryStyle" elementsGeometryStylePropertyTypegetGeometryStyleArray(int i)Gets ith "geometryStyle" elementLabelStylePropertyTypegetLabelStyle()Gets the "labelStyle" elementQueryGrammarEnumeration.EnumgetQueryGrammar()Gets the "queryGrammar" attributeTopologyStylePropertyType[]getTopologyStyleArray()Gets array of all "topologyStyle" elementsTopologyStylePropertyTypegetTopologyStyleArray(int i)Gets ith "topologyStyle" elementGeometryStylePropertyTypeinsertNewGeometryStyle(int i)Inserts and returns a new empty value (as xml) as the ith "geometryStyle" elementTopologyStylePropertyTypeinsertNewTopologyStyle(int i)Inserts and returns a new empty value (as xml) as the ith "topologyStyle" elementbooleanisSetBaseType()True if has "baseType" attributebooleanisSetFeatureConstraint()True if has "featureConstraint" elementbooleanisSetFeatureType()True if has "featureType" attributebooleanisSetLabelStyle()True if has "labelStyle" elementbooleanisSetQueryGrammar()True if has "queryGrammar" attributevoidremoveGeometryStyle(int i)Removes the ith "geometryStyle" elementvoidremoveTopologyStyle(int i)Removes the ith "topologyStyle" elementvoidsetBaseType(String baseType)Sets the "baseType" attributevoidsetFeatureConstraint(String featureConstraint)Sets the "featureConstraint" elementvoidsetFeatureType(String featureType)Sets the "featureType" attributevoidsetGeometryStyleArray(int i, GeometryStylePropertyType geometryStyle)Sets ith "geometryStyle" elementvoidsetGeometryStyleArray(GeometryStylePropertyType[] geometryStyleArray)Sets array of all "geometryStyle" elementvoidsetLabelStyle(LabelStylePropertyType labelStyle)Sets the "labelStyle" elementvoidsetQueryGrammar(QueryGrammarEnumeration.Enum queryGrammar)Sets the "queryGrammar" attributevoidsetTopologyStyleArray(int i, TopologyStylePropertyType topologyStyle)Sets ith "topologyStyle" elementvoidsetTopologyStyleArray(TopologyStylePropertyType[] topologyStyleArray)Sets array of all "topologyStyle" elementintsizeOfGeometryStyleArray()Returns number of "geometryStyle" elementintsizeOfTopologyStyleArray()Returns number of "topologyStyle" elementvoidunsetBaseType()Unsets the "baseType" attributevoidunsetFeatureConstraint()Unsets the "featureConstraint" elementvoidunsetFeatureType()Unsets the "featureType" attributevoidunsetLabelStyle()Unsets the "labelStyle" elementvoidunsetQueryGrammar()Unsets the "queryGrammar" attributeorg.apache.xmlbeans.XmlStringxgetBaseType()Gets (as xml) the "baseType" attributeorg.apache.xmlbeans.XmlStringxgetFeatureConstraint()Gets (as xml) the "featureConstraint" elementorg.apache.xmlbeans.XmlStringxgetFeatureType()Gets (as xml) the "featureType" attributeQueryGrammarEnumerationxgetQueryGrammar()Gets (as xml) the "queryGrammar" attributevoidxsetBaseType(org.apache.xmlbeans.XmlString baseType)Sets (as xml) the "baseType" attributevoidxsetFeatureConstraint(org.apache.xmlbeans.XmlString featureConstraint)Sets (as xml) the "featureConstraint" elementvoidxsetFeatureType(org.apache.xmlbeans.XmlString featureType)Sets (as xml) the "featureType" attributevoidxsetQueryGrammar(QueryGrammarEnumeration queryGrammar)Sets (as xml) the "queryGrammar" attribute-
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
-
getFeatureConstraint
String getFeatureConstraint()
Gets the "featureConstraint" element
-
xgetFeatureConstraint
org.apache.xmlbeans.XmlString xgetFeatureConstraint()
Gets (as xml) the "featureConstraint" element
-
isSetFeatureConstraint
boolean isSetFeatureConstraint()
True if has "featureConstraint" element
-
setFeatureConstraint
void setFeatureConstraint(String featureConstraint)
Sets the "featureConstraint" element
-
xsetFeatureConstraint
void xsetFeatureConstraint(org.apache.xmlbeans.XmlString featureConstraint)
Sets (as xml) the "featureConstraint" element
-
unsetFeatureConstraint
void unsetFeatureConstraint()
Unsets the "featureConstraint" element
-
getGeometryStyleArray
GeometryStylePropertyType[] getGeometryStyleArray()
Gets array of all "geometryStyle" elements
-
getGeometryStyleArray
GeometryStylePropertyType getGeometryStyleArray(int i)
Gets ith "geometryStyle" element
-
sizeOfGeometryStyleArray
int sizeOfGeometryStyleArray()
Returns number of "geometryStyle" element
-
setGeometryStyleArray
void setGeometryStyleArray(GeometryStylePropertyType[] geometryStyleArray)
Sets array of all "geometryStyle" element
-
setGeometryStyleArray
void setGeometryStyleArray(int i, GeometryStylePropertyType geometryStyle)Sets ith "geometryStyle" element
-
insertNewGeometryStyle
GeometryStylePropertyType insertNewGeometryStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "geometryStyle" element
-
addNewGeometryStyle
GeometryStylePropertyType addNewGeometryStyle()
Appends and returns a new empty value (as xml) as the last "geometryStyle" element
-
removeGeometryStyle
void removeGeometryStyle(int i)
Removes the ith "geometryStyle" element
-
getTopologyStyleArray
TopologyStylePropertyType[] getTopologyStyleArray()
Gets array of all "topologyStyle" elements
-
getTopologyStyleArray
TopologyStylePropertyType getTopologyStyleArray(int i)
Gets ith "topologyStyle" element
-
sizeOfTopologyStyleArray
int sizeOfTopologyStyleArray()
Returns number of "topologyStyle" element
-
setTopologyStyleArray
void setTopologyStyleArray(TopologyStylePropertyType[] topologyStyleArray)
Sets array of all "topologyStyle" element
-
setTopologyStyleArray
void setTopologyStyleArray(int i, TopologyStylePropertyType topologyStyle)Sets ith "topologyStyle" element
-
insertNewTopologyStyle
TopologyStylePropertyType insertNewTopologyStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "topologyStyle" element
-
addNewTopologyStyle
TopologyStylePropertyType addNewTopologyStyle()
Appends and returns a new empty value (as xml) as the last "topologyStyle" element
-
removeTopologyStyle
void removeTopologyStyle(int i)
Removes the ith "topologyStyle" 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
-
getFeatureType
String getFeatureType()
Gets the "featureType" attribute
-
xgetFeatureType
org.apache.xmlbeans.XmlString xgetFeatureType()
Gets (as xml) the "featureType" attribute
-
isSetFeatureType
boolean isSetFeatureType()
True if has "featureType" attribute
-
setFeatureType
void setFeatureType(String featureType)
Sets the "featureType" attribute
-
xsetFeatureType
void xsetFeatureType(org.apache.xmlbeans.XmlString featureType)
Sets (as xml) the "featureType" attribute
-
unsetFeatureType
void unsetFeatureType()
Unsets the "featureType" attribute
-
getBaseType
String getBaseType()
Gets the "baseType" attribute
-
xgetBaseType
org.apache.xmlbeans.XmlString xgetBaseType()
Gets (as xml) the "baseType" attribute
-
isSetBaseType
boolean isSetBaseType()
True if has "baseType" attribute
-
setBaseType
void setBaseType(String baseType)
Sets the "baseType" attribute
-
xsetBaseType
void xsetBaseType(org.apache.xmlbeans.XmlString baseType)
Sets (as xml) the "baseType" attribute
-
unsetBaseType
void unsetBaseType()
Unsets the "baseType" attribute
-
getQueryGrammar
QueryGrammarEnumeration.Enum getQueryGrammar()
Gets the "queryGrammar" attribute
-
xgetQueryGrammar
QueryGrammarEnumeration xgetQueryGrammar()
Gets (as xml) the "queryGrammar" attribute
-
isSetQueryGrammar
boolean isSetQueryGrammar()
True if has "queryGrammar" attribute
-
setQueryGrammar
void setQueryGrammar(QueryGrammarEnumeration.Enum queryGrammar)
Sets the "queryGrammar" attribute
-
xsetQueryGrammar
void xsetQueryGrammar(QueryGrammarEnumeration queryGrammar)
Sets (as xml) the "queryGrammar" attribute
-
unsetQueryGrammar
void unsetQueryGrammar()
Unsets the "queryGrammar" attribute
-
-