Package net.opengis.samplingSpatial.x20
Interface SFSpatialSamplingFeatureType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,SFSamplingFeatureType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SFSpatialSamplingFeatureTypeImpl
public interface SFSpatialSamplingFeatureType extends SFSamplingFeatureType
An XML SF_SpatialSamplingFeatureType(@http://www.opengis.net/samplingSpatial/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSFSpatialSamplingFeatureType.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 OMProcessPropertyTypeaddNewHostedProcedure()Appends and returns a new empty value (as xml) as the last "hostedProcedure" elementDQPositionalAccuracyPropertyTypeaddNewPositionalAccuracy()Appends and returns a new empty value (as xml) as the last "positionalAccuracy" elementShapeTypeaddNewShape()Appends and returns a new empty "shape" elementOMProcessPropertyType[]getHostedProcedureArray()Gets array of all "hostedProcedure" elementsOMProcessPropertyTypegetHostedProcedureArray(int i)Gets ith "hostedProcedure" elementDQPositionalAccuracyPropertyType[]getPositionalAccuracyArray()Gets array of all "positionalAccuracy" elementsDQPositionalAccuracyPropertyTypegetPositionalAccuracyArray(int i)Gets ith "positionalAccuracy" elementShapeTypegetShape()Gets the "shape" elementOMProcessPropertyTypeinsertNewHostedProcedure(int i)Inserts and returns a new empty value (as xml) as the ith "hostedProcedure" elementDQPositionalAccuracyPropertyTypeinsertNewPositionalAccuracy(int i)Inserts and returns a new empty value (as xml) as the ith "positionalAccuracy" elementvoidremoveHostedProcedure(int i)Removes the ith "hostedProcedure" elementvoidremovePositionalAccuracy(int i)Removes the ith "positionalAccuracy" elementvoidsetHostedProcedureArray(int i, OMProcessPropertyType hostedProcedure)Sets ith "hostedProcedure" elementvoidsetHostedProcedureArray(OMProcessPropertyType[] hostedProcedureArray)Sets array of all "hostedProcedure" elementvoidsetPositionalAccuracyArray(int i, DQPositionalAccuracyPropertyType positionalAccuracy)Sets ith "positionalAccuracy" elementvoidsetPositionalAccuracyArray(DQPositionalAccuracyPropertyType[] positionalAccuracyArray)Sets array of all "positionalAccuracy" elementvoidsetShape(ShapeType shape)Sets the "shape" elementintsizeOfHostedProcedureArray()Returns number of "hostedProcedure" elementintsizeOfPositionalAccuracyArray()Returns number of "positionalAccuracy" element-
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 net.opengis.sampling.x20.SFSamplingFeatureType
addNewLineage, addNewParameter, addNewRelatedObservation, addNewRelatedSamplingFeature, addNewSampledFeature, addNewType, getLineage, getParameterArray, getParameterArray, getRelatedObservationArray, getRelatedObservationArray, getRelatedSamplingFeatureArray, getRelatedSamplingFeatureArray, getSampledFeatureArray, getSampledFeatureArray, getType, insertNewParameter, insertNewRelatedObservation, insertNewRelatedSamplingFeature, insertNewSampledFeature, isNilSampledFeatureArray, isSetLineage, isSetType, removeParameter, removeRelatedObservation, removeRelatedSamplingFeature, removeSampledFeature, setLineage, setNilSampledFeatureArray, setParameterArray, setParameterArray, setRelatedObservationArray, setRelatedObservationArray, setRelatedSamplingFeatureArray, setRelatedSamplingFeatureArray, setSampledFeatureArray, setSampledFeatureArray, setType, sizeOfParameterArray, sizeOfRelatedObservationArray, sizeOfRelatedSamplingFeatureArray, sizeOfSampledFeatureArray, unsetLineage, unsetType
-
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
-
getHostedProcedureArray
OMProcessPropertyType[] getHostedProcedureArray()
Gets array of all "hostedProcedure" elements
-
getHostedProcedureArray
OMProcessPropertyType getHostedProcedureArray(int i)
Gets ith "hostedProcedure" element
-
sizeOfHostedProcedureArray
int sizeOfHostedProcedureArray()
Returns number of "hostedProcedure" element
-
setHostedProcedureArray
void setHostedProcedureArray(OMProcessPropertyType[] hostedProcedureArray)
Sets array of all "hostedProcedure" element
-
setHostedProcedureArray
void setHostedProcedureArray(int i, OMProcessPropertyType hostedProcedure)Sets ith "hostedProcedure" element
-
insertNewHostedProcedure
OMProcessPropertyType insertNewHostedProcedure(int i)
Inserts and returns a new empty value (as xml) as the ith "hostedProcedure" element
-
addNewHostedProcedure
OMProcessPropertyType addNewHostedProcedure()
Appends and returns a new empty value (as xml) as the last "hostedProcedure" element
-
removeHostedProcedure
void removeHostedProcedure(int i)
Removes the ith "hostedProcedure" element
-
getPositionalAccuracyArray
DQPositionalAccuracyPropertyType[] getPositionalAccuracyArray()
Gets array of all "positionalAccuracy" elements
-
getPositionalAccuracyArray
DQPositionalAccuracyPropertyType getPositionalAccuracyArray(int i)
Gets ith "positionalAccuracy" element
-
sizeOfPositionalAccuracyArray
int sizeOfPositionalAccuracyArray()
Returns number of "positionalAccuracy" element
-
setPositionalAccuracyArray
void setPositionalAccuracyArray(DQPositionalAccuracyPropertyType[] positionalAccuracyArray)
Sets array of all "positionalAccuracy" element
-
setPositionalAccuracyArray
void setPositionalAccuracyArray(int i, DQPositionalAccuracyPropertyType positionalAccuracy)Sets ith "positionalAccuracy" element
-
insertNewPositionalAccuracy
DQPositionalAccuracyPropertyType insertNewPositionalAccuracy(int i)
Inserts and returns a new empty value (as xml) as the ith "positionalAccuracy" element
-
addNewPositionalAccuracy
DQPositionalAccuracyPropertyType addNewPositionalAccuracy()
Appends and returns a new empty value (as xml) as the last "positionalAccuracy" element
-
removePositionalAccuracy
void removePositionalAccuracy(int i)
Removes the ith "positionalAccuracy" element
-
getShape
ShapeType getShape()
Gets the "shape" element
-
setShape
void setShape(ShapeType shape)
Sets the "shape" element
-
addNewShape
ShapeType addNewShape()
Appends and returns a new empty "shape" element
-
-