Package net.opengis.gml.x32
Interface DirectPositionType
-
- All Superinterfaces:
DoubleList,org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
VectorType
- All Known Implementing Classes:
DirectPositionTypeImpl,VectorTypeImpl
public interface DirectPositionType extends DoubleList
An XML DirectPositionType(@http://www.opengis.net/gml/3.2). This is a list type whose items are org.apache.xmlbeans.XmlDouble.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDirectPositionType.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 Deprecated Methods Modifier and Type Method Description ListgetAxisLabels()Gets the "axisLabels" attributeListgetListValue()BigIntegergetSrsDimension()Gets the "srsDimension" attributeStringgetSrsName()Gets the "srsName" attributeListgetUomLabels()Gets the "uomLabels" attributebooleanisSetAxisLabels()True if has "axisLabels" attributebooleanisSetSrsDimension()True if has "srsDimension" attributebooleanisSetSrsName()True if has "srsName" attributebooleanisSetUomLabels()True if has "uomLabels" attributeListlistValue()Deprecated.voidset(List list)Deprecated.voidsetAxisLabels(List axisLabels)Sets the "axisLabels" attributevoidsetListValue(List list)voidsetSrsDimension(BigInteger srsDimension)Sets the "srsDimension" attributevoidsetSrsName(String srsName)Sets the "srsName" attributevoidsetUomLabels(List uomLabels)Sets the "uomLabels" attributevoidunsetAxisLabels()Unsets the "axisLabels" attributevoidunsetSrsDimension()Unsets the "srsDimension" attributevoidunsetSrsName()Unsets the "srsName" attributevoidunsetUomLabels()Unsets the "uomLabels" attributeNCNameListxgetAxisLabels()Gets (as xml) the "axisLabels" attributeListxgetListValue()org.apache.xmlbeans.XmlPositiveIntegerxgetSrsDimension()Gets (as xml) the "srsDimension" attributeorg.apache.xmlbeans.XmlAnyURIxgetSrsName()Gets (as xml) the "srsName" attributeNCNameListxgetUomLabels()Gets (as xml) the "uomLabels" attributeListxlistValue()Deprecated.voidxsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidxsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)Sets (as xml) the "srsDimension" attributevoidxsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)Sets (as xml) the "srsName" attributevoidxsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
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
-
getListValue
List getListValue()
- Specified by:
getListValuein interfaceDoubleList
-
xgetListValue
List xgetListValue()
- Specified by:
xgetListValuein interfaceDoubleList
-
setListValue
void setListValue(List list)
- Specified by:
setListValuein interfaceDoubleList
-
listValue
List listValue()
Deprecated.- Specified by:
listValuein interfaceDoubleList
-
xlistValue
List xlistValue()
Deprecated.- Specified by:
xlistValuein interfaceDoubleList
-
set
void set(List list)
Deprecated.- Specified by:
setin interfaceDoubleList
-
getSrsName
String getSrsName()
Gets the "srsName" attribute
-
xgetSrsName
org.apache.xmlbeans.XmlAnyURI xgetSrsName()
Gets (as xml) the "srsName" attribute
-
isSetSrsName
boolean isSetSrsName()
True if has "srsName" attribute
-
setSrsName
void setSrsName(String srsName)
Sets the "srsName" attribute
-
xsetSrsName
void xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
Sets (as xml) the "srsName" attribute
-
unsetSrsName
void unsetSrsName()
Unsets the "srsName" attribute
-
getSrsDimension
BigInteger getSrsDimension()
Gets the "srsDimension" attribute
-
xgetSrsDimension
org.apache.xmlbeans.XmlPositiveInteger xgetSrsDimension()
Gets (as xml) the "srsDimension" attribute
-
isSetSrsDimension
boolean isSetSrsDimension()
True if has "srsDimension" attribute
-
setSrsDimension
void setSrsDimension(BigInteger srsDimension)
Sets the "srsDimension" attribute
-
xsetSrsDimension
void xsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
Sets (as xml) the "srsDimension" attribute
-
unsetSrsDimension
void unsetSrsDimension()
Unsets the "srsDimension" attribute
-
getAxisLabels
List getAxisLabels()
Gets the "axisLabels" attribute
-
xgetAxisLabels
NCNameList xgetAxisLabels()
Gets (as xml) the "axisLabels" attribute
-
isSetAxisLabels
boolean isSetAxisLabels()
True if has "axisLabels" attribute
-
setAxisLabels
void setAxisLabels(List axisLabels)
Sets the "axisLabels" attribute
-
xsetAxisLabels
void xsetAxisLabels(NCNameList axisLabels)
Sets (as xml) the "axisLabels" attribute
-
unsetAxisLabels
void unsetAxisLabels()
Unsets the "axisLabels" attribute
-
getUomLabels
List getUomLabels()
Gets the "uomLabels" attribute
-
xgetUomLabels
NCNameList xgetUomLabels()
Gets (as xml) the "uomLabels" attribute
-
isSetUomLabels
boolean isSetUomLabels()
True if has "uomLabels" attribute
-
setUomLabels
void setUomLabels(List uomLabels)
Sets the "uomLabels" attribute
-
xsetUomLabels
void xsetUomLabels(NCNameList uomLabels)
Sets (as xml) the "uomLabels" attribute
-
unsetUomLabels
void unsetUomLabels()
Unsets the "uomLabels" attribute
-
-