|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoundingBoxType
A representation of the model object 'Bounding Box Type'. XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data.
The following features are supported:
Ows10Package.getBoundingBoxType()
Method Summary | |
---|---|
java.lang.String |
getCrs()
Returns the value of the 'Crs' attribute. |
java.math.BigInteger |
getDimensions()
Returns the value of the 'Dimensions' attribute. |
java.util.List |
getLowerCorner()
Returns the value of the 'Lower Corner' attribute. |
java.util.List |
getUpperCorner()
Returns the value of the 'Upper Corner' attribute. |
void |
setCrs(java.lang.String value)
Sets the value of the ' Crs ' attribute. |
void |
setDimensions(java.math.BigInteger value)
Sets the value of the ' Dimensions ' attribute. |
void |
setLowerCorner(java.util.List value)
Sets the value of the ' Lower Corner ' attribute. |
void |
setUpperCorner(java.util.List value)
Sets the value of the ' Upper Corner ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.util.List getLowerCorner()
setLowerCorner(List)
,
Ows10Package.getBoundingBoxType_LowerCorner()
void setLowerCorner(java.util.List value)
Lower Corner
' attribute.
value
- the new value of the 'Lower Corner' attribute.getLowerCorner()
java.util.List getUpperCorner()
setUpperCorner(List)
,
Ows10Package.getBoundingBoxType_UpperCorner()
void setUpperCorner(java.util.List value)
Upper Corner
' attribute.
value
- the new value of the 'Upper Corner' attribute.getUpperCorner()
java.lang.String getCrs()
setCrs(String)
,
Ows10Package.getBoundingBoxType_Crs()
void setCrs(java.lang.String value)
Crs
' attribute.
value
- the new value of the 'Crs' attribute.getCrs()
java.math.BigInteger getDimensions()
setDimensions(BigInteger)
,
Ows10Package.getBoundingBoxType_Dimensions()
void setDimensions(java.math.BigInteger value)
Dimensions
' attribute.
value
- the new value of the 'Dimensions' attribute.getDimensions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |