Package net.opengis.gml.x32
Interface PolygonPatchType
-
- All Superinterfaces:
AbstractSurfacePatchType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PolygonPatchTypeImpl
public interface PolygonPatchType extends AbstractSurfacePatchType
An XML PolygonPatchType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPolygonPatchType.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 AbstractRingPropertyTypeaddNewExterior()Appends and returns a new empty "exterior" elementAbstractRingPropertyTypeaddNewInterior()Appends and returns a new empty value (as xml) as the last "interior" elementAbstractRingPropertyTypegetExterior()Gets the "exterior" elementAbstractRingPropertyType[]getInteriorArray()Gets array of all "interior" elementsAbstractRingPropertyTypegetInteriorArray(int i)Gets ith "interior" elementSurfaceInterpolationType.EnumgetInterpolation()Gets the "interpolation" attributeAbstractRingPropertyTypeinsertNewInterior(int i)Inserts and returns a new empty value (as xml) as the ith "interior" elementbooleanisSetExterior()True if has "exterior" elementbooleanisSetInterpolation()True if has "interpolation" attributevoidremoveInterior(int i)Removes the ith "interior" elementvoidsetExterior(AbstractRingPropertyType exterior)Sets the "exterior" elementvoidsetInteriorArray(int i, AbstractRingPropertyType interior)Sets ith "interior" elementvoidsetInteriorArray(AbstractRingPropertyType[] interiorArray)Sets array of all "interior" elementvoidsetInterpolation(SurfaceInterpolationType.Enum interpolation)Sets the "interpolation" attributeintsizeOfInteriorArray()Returns number of "interior" elementvoidunsetExterior()Unsets the "exterior" elementvoidunsetInterpolation()Unsets the "interpolation" attributeSurfaceInterpolationTypexgetInterpolation()Gets (as xml) the "interpolation" attributevoidxsetInterpolation(SurfaceInterpolationType interpolation)Sets (as xml) the "interpolation" attribute-
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
-
getExterior
AbstractRingPropertyType getExterior()
Gets the "exterior" element
-
isSetExterior
boolean isSetExterior()
True if has "exterior" element
-
setExterior
void setExterior(AbstractRingPropertyType exterior)
Sets the "exterior" element
-
addNewExterior
AbstractRingPropertyType addNewExterior()
Appends and returns a new empty "exterior" element
-
unsetExterior
void unsetExterior()
Unsets the "exterior" element
-
getInteriorArray
AbstractRingPropertyType[] getInteriorArray()
Gets array of all "interior" elements
-
getInteriorArray
AbstractRingPropertyType getInteriorArray(int i)
Gets ith "interior" element
-
sizeOfInteriorArray
int sizeOfInteriorArray()
Returns number of "interior" element
-
setInteriorArray
void setInteriorArray(AbstractRingPropertyType[] interiorArray)
Sets array of all "interior" element
-
setInteriorArray
void setInteriorArray(int i, AbstractRingPropertyType interior)Sets ith "interior" element
-
insertNewInterior
AbstractRingPropertyType insertNewInterior(int i)
Inserts and returns a new empty value (as xml) as the ith "interior" element
-
addNewInterior
AbstractRingPropertyType addNewInterior()
Appends and returns a new empty value (as xml) as the last "interior" element
-
removeInterior
void removeInterior(int i)
Removes the ith "interior" element
-
getInterpolation
SurfaceInterpolationType.Enum getInterpolation()
Gets the "interpolation" attribute
-
xgetInterpolation
SurfaceInterpolationType xgetInterpolation()
Gets (as xml) the "interpolation" attribute
-
isSetInterpolation
boolean isSetInterpolation()
True if has "interpolation" attribute
-
setInterpolation
void setInterpolation(SurfaceInterpolationType.Enum interpolation)
Sets the "interpolation" attribute
-
xsetInterpolation
void xsetInterpolation(SurfaceInterpolationType interpolation)
Sets (as xml) the "interpolation" attribute
-
unsetInterpolation
void unsetInterpolation()
Unsets the "interpolation" attribute
-
-