Package net.opengis.sampling.x10
Interface SurveyProcedureType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SurveyProcedureTypeImpl
public interface SurveyProcedureType extends AbstractFeatureType
An XML SurveyProcedureType(@http://www.opengis.net/sampling/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSurveyProcedureType.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 MeasureTypeaddNewElevationAccuracy()Appends and returns a new empty "elevationAccuracy" elementReferenceTypeaddNewElevationDatum()Appends and returns a new empty "elevationDatum" elementProcessPropertyTypeaddNewElevationMethod()Appends and returns a new empty "elevationMethod" elementReferenceTypeaddNewGeodeticDatum()Appends and returns a new empty "geodeticDatum" elementAnyOrReferenceTypeaddNewOperator()Appends and returns a new empty "operator" elementMeasureTypeaddNewPositionAccuracy()Appends and returns a new empty "positionAccuracy" elementProcessPropertyTypeaddNewPositionMethod()Appends and returns a new empty "positionMethod" elementReferenceTypeaddNewProjection()Appends and returns a new empty "projection" elementTimePrimitivePropertyTypeaddNewSurveyTime()Appends and returns a new empty "surveyTime" elementMeasureTypegetElevationAccuracy()Gets the "elevationAccuracy" elementReferenceTypegetElevationDatum()Gets the "elevationDatum" elementProcessPropertyTypegetElevationMethod()Gets the "elevationMethod" elementReferenceTypegetGeodeticDatum()Gets the "geodeticDatum" elementAnyOrReferenceTypegetOperator()Gets the "operator" elementMeasureTypegetPositionAccuracy()Gets the "positionAccuracy" elementProcessPropertyTypegetPositionMethod()Gets the "positionMethod" elementReferenceTypegetProjection()Gets the "projection" elementTimePrimitivePropertyTypegetSurveyTime()Gets the "surveyTime" elementbooleanisSetElevationAccuracy()True if has "elevationAccuracy" elementbooleanisSetElevationDatum()True if has "elevationDatum" elementbooleanisSetElevationMethod()True if has "elevationMethod" elementbooleanisSetGeodeticDatum()True if has "geodeticDatum" elementbooleanisSetOperator()True if has "operator" elementbooleanisSetPositionAccuracy()True if has "positionAccuracy" elementbooleanisSetProjection()True if has "projection" elementbooleanisSetSurveyTime()True if has "surveyTime" elementvoidsetElevationAccuracy(MeasureType elevationAccuracy)Sets the "elevationAccuracy" elementvoidsetElevationDatum(ReferenceType elevationDatum)Sets the "elevationDatum" elementvoidsetElevationMethod(ProcessPropertyType elevationMethod)Sets the "elevationMethod" elementvoidsetGeodeticDatum(ReferenceType geodeticDatum)Sets the "geodeticDatum" elementvoidsetOperator(AnyOrReferenceType operator)Sets the "operator" elementvoidsetPositionAccuracy(MeasureType positionAccuracy)Sets the "positionAccuracy" elementvoidsetPositionMethod(ProcessPropertyType positionMethod)Sets the "positionMethod" elementvoidsetProjection(ReferenceType projection)Sets the "projection" elementvoidsetSurveyTime(TimePrimitivePropertyType surveyTime)Sets the "surveyTime" elementvoidunsetElevationAccuracy()Unsets the "elevationAccuracy" elementvoidunsetElevationDatum()Unsets the "elevationDatum" elementvoidunsetElevationMethod()Unsets the "elevationMethod" elementvoidunsetGeodeticDatum()Unsets the "geodeticDatum" elementvoidunsetOperator()Unsets the "operator" elementvoidunsetPositionAccuracy()Unsets the "positionAccuracy" elementvoidunsetProjection()Unsets the "projection" elementvoidunsetSurveyTime()Unsets the "surveyTime" element-
Methods inherited from interface net.opengis.gml.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, 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
-
getOperator
AnyOrReferenceType getOperator()
Gets the "operator" element
-
isSetOperator
boolean isSetOperator()
True if has "operator" element
-
setOperator
void setOperator(AnyOrReferenceType operator)
Sets the "operator" element
-
addNewOperator
AnyOrReferenceType addNewOperator()
Appends and returns a new empty "operator" element
-
unsetOperator
void unsetOperator()
Unsets the "operator" element
-
getElevationDatum
ReferenceType getElevationDatum()
Gets the "elevationDatum" element
-
isSetElevationDatum
boolean isSetElevationDatum()
True if has "elevationDatum" element
-
setElevationDatum
void setElevationDatum(ReferenceType elevationDatum)
Sets the "elevationDatum" element
-
addNewElevationDatum
ReferenceType addNewElevationDatum()
Appends and returns a new empty "elevationDatum" element
-
unsetElevationDatum
void unsetElevationDatum()
Unsets the "elevationDatum" element
-
getElevationMethod
ProcessPropertyType getElevationMethod()
Gets the "elevationMethod" element
-
isSetElevationMethod
boolean isSetElevationMethod()
True if has "elevationMethod" element
-
setElevationMethod
void setElevationMethod(ProcessPropertyType elevationMethod)
Sets the "elevationMethod" element
-
addNewElevationMethod
ProcessPropertyType addNewElevationMethod()
Appends and returns a new empty "elevationMethod" element
-
unsetElevationMethod
void unsetElevationMethod()
Unsets the "elevationMethod" element
-
getElevationAccuracy
MeasureType getElevationAccuracy()
Gets the "elevationAccuracy" element
-
isSetElevationAccuracy
boolean isSetElevationAccuracy()
True if has "elevationAccuracy" element
-
setElevationAccuracy
void setElevationAccuracy(MeasureType elevationAccuracy)
Sets the "elevationAccuracy" element
-
addNewElevationAccuracy
MeasureType addNewElevationAccuracy()
Appends and returns a new empty "elevationAccuracy" element
-
unsetElevationAccuracy
void unsetElevationAccuracy()
Unsets the "elevationAccuracy" element
-
getGeodeticDatum
ReferenceType getGeodeticDatum()
Gets the "geodeticDatum" element
-
isSetGeodeticDatum
boolean isSetGeodeticDatum()
True if has "geodeticDatum" element
-
setGeodeticDatum
void setGeodeticDatum(ReferenceType geodeticDatum)
Sets the "geodeticDatum" element
-
addNewGeodeticDatum
ReferenceType addNewGeodeticDatum()
Appends and returns a new empty "geodeticDatum" element
-
unsetGeodeticDatum
void unsetGeodeticDatum()
Unsets the "geodeticDatum" element
-
getPositionMethod
ProcessPropertyType getPositionMethod()
Gets the "positionMethod" element
-
setPositionMethod
void setPositionMethod(ProcessPropertyType positionMethod)
Sets the "positionMethod" element
-
addNewPositionMethod
ProcessPropertyType addNewPositionMethod()
Appends and returns a new empty "positionMethod" element
-
getPositionAccuracy
MeasureType getPositionAccuracy()
Gets the "positionAccuracy" element
-
isSetPositionAccuracy
boolean isSetPositionAccuracy()
True if has "positionAccuracy" element
-
setPositionAccuracy
void setPositionAccuracy(MeasureType positionAccuracy)
Sets the "positionAccuracy" element
-
addNewPositionAccuracy
MeasureType addNewPositionAccuracy()
Appends and returns a new empty "positionAccuracy" element
-
unsetPositionAccuracy
void unsetPositionAccuracy()
Unsets the "positionAccuracy" element
-
getProjection
ReferenceType getProjection()
Gets the "projection" element
-
isSetProjection
boolean isSetProjection()
True if has "projection" element
-
setProjection
void setProjection(ReferenceType projection)
Sets the "projection" element
-
addNewProjection
ReferenceType addNewProjection()
Appends and returns a new empty "projection" element
-
unsetProjection
void unsetProjection()
Unsets the "projection" element
-
getSurveyTime
TimePrimitivePropertyType getSurveyTime()
Gets the "surveyTime" element
-
isSetSurveyTime
boolean isSetSurveyTime()
True if has "surveyTime" element
-
setSurveyTime
void setSurveyTime(TimePrimitivePropertyType surveyTime)
Sets the "surveyTime" element
-
addNewSurveyTime
TimePrimitivePropertyType addNewSurveyTime()
Appends and returns a new empty "surveyTime" element
-
unsetSurveyTime
void unsetSurveyTime()
Unsets the "surveyTime" element
-
-