Package net.opengis.gml.x33.tin
Interface TINType
-
- All Superinterfaces:
AbstractGeometricPrimitiveType,AbstractGeometryType,AbstractGMLType,AbstractSurfaceType,SurfaceType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TINTypeImpl
public interface TINType extends SurfaceType
An XML TINType(@http://www.opengis.net/gml/3.3/tin). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTINType.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 LengthTypeaddNewMaxLength()Appends and returns a new empty "maxLength" elementTINElementPropertyTypeaddNewTinElement()Appends and returns a new empty value (as xml) as the last "tinElement" elementLengthTypegetMaxLength()Gets the "maxLength" elementTINElementPropertyType[]getTinElementArray()Gets array of all "tinElement" elementsTINElementPropertyTypegetTinElementArray(int i)Gets ith "tinElement" elementTINElementPropertyTypeinsertNewTinElement(int i)Inserts and returns a new empty value (as xml) as the ith "tinElement" elementbooleanisSetMaxLength()True if has "maxLength" elementvoidremoveTinElement(int i)Removes the ith "tinElement" elementvoidsetMaxLength(LengthType maxLength)Sets the "maxLength" elementvoidsetTinElementArray(int i, TINElementPropertyType tinElement)Sets ith "tinElement" elementvoidsetTinElementArray(TINElementPropertyType[] tinElementArray)Sets array of all "tinElement" elementintsizeOfTinElementArray()Returns number of "tinElement" elementvoidunsetMaxLength()Unsets the "maxLength" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGeometryType
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetSrsDimension, unsetSrsName, unsetUomLabels, xgetAxisLabels, xgetSrsDimension, xgetSrsName, xgetUomLabels, xsetAxisLabels, xsetSrsDimension, xsetSrsName, xsetUomLabels
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.SurfaceType
addNewPatches, getPatches, setPatches
-
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
-
getTinElementArray
TINElementPropertyType[] getTinElementArray()
Gets array of all "tinElement" elements
-
getTinElementArray
TINElementPropertyType getTinElementArray(int i)
Gets ith "tinElement" element
-
sizeOfTinElementArray
int sizeOfTinElementArray()
Returns number of "tinElement" element
-
setTinElementArray
void setTinElementArray(TINElementPropertyType[] tinElementArray)
Sets array of all "tinElement" element
-
setTinElementArray
void setTinElementArray(int i, TINElementPropertyType tinElement)Sets ith "tinElement" element
-
insertNewTinElement
TINElementPropertyType insertNewTinElement(int i)
Inserts and returns a new empty value (as xml) as the ith "tinElement" element
-
addNewTinElement
TINElementPropertyType addNewTinElement()
Appends and returns a new empty value (as xml) as the last "tinElement" element
-
removeTinElement
void removeTinElement(int i)
Removes the ith "tinElement" element
-
getMaxLength
LengthType getMaxLength()
Gets the "maxLength" element
-
isSetMaxLength
boolean isSetMaxLength()
True if has "maxLength" element
-
setMaxLength
void setMaxLength(LengthType maxLength)
Sets the "maxLength" element
-
addNewMaxLength
LengthType addNewMaxLength()
Appends and returns a new empty "maxLength" element
-
unsetMaxLength
void unsetMaxLength()
Unsets the "maxLength" element
-
-