public interface SFSpatialSamplingFeatureType extends SFSamplingFeatureType
addNewMetaDataProperty| Modifier and Type | Interface and Description |
|---|---|
static class |
SFSpatialSamplingFeatureType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
OMProcessPropertyType |
addNewHostedProcedure()
Appends and returns a new empty value (as xml) as the last "hostedProcedure" element
|
DQPositionalAccuracyPropertyType |
addNewPositionalAccuracy()
Appends and returns a new empty value (as xml) as the last "positionalAccuracy" element
|
ShapeType |
addNewShape()
Appends and returns a new empty "shape" element
|
OMProcessPropertyType[] |
getHostedProcedureArray()
Gets array of all "hostedProcedure" elements
|
OMProcessPropertyType |
getHostedProcedureArray(int i)
Gets ith "hostedProcedure" element
|
DQPositionalAccuracyPropertyType[] |
getPositionalAccuracyArray()
Gets array of all "positionalAccuracy" elements
|
DQPositionalAccuracyPropertyType |
getPositionalAccuracyArray(int i)
Gets ith "positionalAccuracy" element
|
ShapeType |
getShape()
Gets the "shape" element
|
OMProcessPropertyType |
insertNewHostedProcedure(int i)
Inserts and returns a new empty value (as xml) as the ith "hostedProcedure" element
|
DQPositionalAccuracyPropertyType |
insertNewPositionalAccuracy(int i)
Inserts and returns a new empty value (as xml) as the ith "positionalAccuracy" element
|
void |
removeHostedProcedure(int i)
Removes the ith "hostedProcedure" element
|
void |
removePositionalAccuracy(int i)
Removes the ith "positionalAccuracy" element
|
void |
setHostedProcedureArray(int i,
OMProcessPropertyType hostedProcedure)
Sets ith "hostedProcedure" element
|
void |
setHostedProcedureArray(OMProcessPropertyType[] hostedProcedureArray)
Sets array of all "hostedProcedure" element
|
void |
setPositionalAccuracyArray(DQPositionalAccuracyPropertyType[] positionalAccuracyArray)
Sets array of all "positionalAccuracy" element
|
void |
setPositionalAccuracyArray(int i,
DQPositionalAccuracyPropertyType positionalAccuracy)
Sets ith "positionalAccuracy" element
|
void |
setShape(ShapeType shape)
Sets the "shape" element
|
int |
sizeOfHostedProcedureArray()
Returns number of "hostedProcedure" element
|
int |
sizeOfPositionalAccuracyArray()
Returns number of "positionalAccuracy" element
|
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, unsetTypeaddNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocationaddNewDescription, 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, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextOMProcessPropertyType[] getHostedProcedureArray()
OMProcessPropertyType getHostedProcedureArray(int i)
int sizeOfHostedProcedureArray()
void setHostedProcedureArray(OMProcessPropertyType[] hostedProcedureArray)
void setHostedProcedureArray(int i,
OMProcessPropertyType hostedProcedure)
OMProcessPropertyType insertNewHostedProcedure(int i)
OMProcessPropertyType addNewHostedProcedure()
void removeHostedProcedure(int i)
DQPositionalAccuracyPropertyType[] getPositionalAccuracyArray()
DQPositionalAccuracyPropertyType getPositionalAccuracyArray(int i)
int sizeOfPositionalAccuracyArray()
void setPositionalAccuracyArray(DQPositionalAccuracyPropertyType[] positionalAccuracyArray)
void setPositionalAccuracyArray(int i,
DQPositionalAccuracyPropertyType positionalAccuracy)
DQPositionalAccuracyPropertyType insertNewPositionalAccuracy(int i)
DQPositionalAccuracyPropertyType addNewPositionalAccuracy()
void removePositionalAccuracy(int i)
ShapeType getShape()
void setShape(ShapeType shape)
ShapeType addNewShape()
Copyright © 2018 52north.org. All rights reserved.