Package net.opengis.gmlcov.x10
Interface AbstractCoverageType
-
- All Superinterfaces:
AbstractCoverageType,AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractContinuousCoverageType,AbstractDiscreteCoverageType
- All Known Implementing Classes:
AbstractContinuousCoverageTypeImpl,AbstractCoverageTypeImpl,AbstractDiscreteCoverageTypeImpl
public interface AbstractCoverageType extends AbstractCoverageType
An XML AbstractCoverageType(@http://www.opengis.net/gmlcov/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractCoverageType.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 CoverageFunctionTypeaddNewCoverageFunction()Appends and returns a new empty "coverageFunction" elementMetadataDocument.MetadataaddNewMetadata()Appends and returns a new empty value (as xml) as the last "metadata" elementDataRecordPropertyTypeaddNewRangeType()Appends and returns a new empty "rangeType" elementCoverageFunctionTypegetCoverageFunction()Gets the "coverageFunction" elementMetadataDocument.Metadata[]getMetadataArray()Gets array of all "metadata" elementsMetadataDocument.MetadatagetMetadataArray(int i)Gets ith "metadata" elementDataRecordPropertyTypegetRangeType()Gets the "rangeType" elementMetadataDocument.MetadatainsertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "metadata" elementbooleanisSetCoverageFunction()True if has "coverageFunction" elementvoidremoveMetadata(int i)Removes the ith "metadata" elementvoidsetCoverageFunction(CoverageFunctionType coverageFunction)Sets the "coverageFunction" elementvoidsetMetadataArray(int i, MetadataDocument.Metadata metadata)Sets ith "metadata" elementvoidsetMetadataArray(MetadataDocument.Metadata[] metadataArray)Sets array of all "metadata" elementvoidsetRangeType(DataRecordPropertyType rangeType)Sets the "rangeType" elementintsizeOfMetadataArray()Returns number of "metadata" elementvoidunsetCoverageFunction()Unsets the "coverageFunction" element-
Methods inherited from interface net.opengis.gml.x32.AbstractCoverageType
addNewDomainSet, addNewRangeSet, getDomainSet, getRangeSet, setDomainSet, setRangeSet
-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
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 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
-
getCoverageFunction
CoverageFunctionType getCoverageFunction()
Gets the "coverageFunction" element
-
isSetCoverageFunction
boolean isSetCoverageFunction()
True if has "coverageFunction" element
-
setCoverageFunction
void setCoverageFunction(CoverageFunctionType coverageFunction)
Sets the "coverageFunction" element
-
addNewCoverageFunction
CoverageFunctionType addNewCoverageFunction()
Appends and returns a new empty "coverageFunction" element
-
unsetCoverageFunction
void unsetCoverageFunction()
Unsets the "coverageFunction" element
-
getRangeType
DataRecordPropertyType getRangeType()
Gets the "rangeType" element
-
setRangeType
void setRangeType(DataRecordPropertyType rangeType)
Sets the "rangeType" element
-
addNewRangeType
DataRecordPropertyType addNewRangeType()
Appends and returns a new empty "rangeType" element
-
getMetadataArray
MetadataDocument.Metadata[] getMetadataArray()
Gets array of all "metadata" elements
-
getMetadataArray
MetadataDocument.Metadata getMetadataArray(int i)
Gets ith "metadata" element
-
sizeOfMetadataArray
int sizeOfMetadataArray()
Returns number of "metadata" element
-
setMetadataArray
void setMetadataArray(MetadataDocument.Metadata[] metadataArray)
Sets array of all "metadata" element
-
setMetadataArray
void setMetadataArray(int i, MetadataDocument.Metadata metadata)Sets ith "metadata" element
-
insertNewMetadata
MetadataDocument.Metadata insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "metadata" element
-
addNewMetadata
MetadataDocument.Metadata addNewMetadata()
Appends and returns a new empty value (as xml) as the last "metadata" element
-
removeMetadata
void removeMetadata(int i)
Removes the ith "metadata" element
-
-