complexType AreaRequest
diagram geometry_p47.png
namespace http://www.mapinfo.com/midev/service/geometry/v1
type extension of tns:GeometryServiceRequest
properties
base tns:GeometryServiceRequest
children tns:Geometry
used by
element AreaRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string  optional      
documentation
A unique identifier that is returned in the response. It is used for debugging or keeping track of asynchronous requests.
locale  xsd:string  optional      
documentation
The language and country code of the request, which is defined using [language_code]_[country_code] syntax. The language code is a 2-letter ISO-639 code. The country code is a 2-letter ISO-3166 code. For example: en_US stands for the English language within the United States of America.
responseSrsName  xsd:string  optional      
documentation
The spatial reference system to express the response in.
computationType  tns:ComputationType  optional      
documentation
The computation type to use, either Cartesian or Spherical. If you do not specify this, then this method uses the coordinate system type of the geometry in the calculation. Spherical computations can be used for any geometry. Cartesian calculations can only be used on other Cartesian geometries.
areaUnit  tns:AreaUnit  required      
documentation
The area units to use (e.g. square meter).
annotation
documentation
A request to calculate the area of the supplied geometry using the supplied computation type and area unit. The area of a polygon is the area defined by its exterior ring minus the areas defined by its interior rings. The areas of points and lines are zero.

attribute AreaRequest/@computationType
type tns:ComputationType
properties
use optional
facets
Kind Value Annotation
enumeration Spherical
documentation
The geometry is treated as points on a sphere and can be used with geographic (LongLat) and projected coordinate systems.
enumeration Cartesian
documentation
The geometry is treated as points on a flat plane and can be used with projected and non-earth coordinate systems.
annotation
documentation
The computation type to use, either Cartesian or Spherical. If you do not specify this, then this method uses the coordinate system type of the geometry in the calculation. Spherical computations can be used for any geometry. Cartesian calculations can only be used on other Cartesian geometries.

attribute AreaRequest/@areaUnit
type tns:AreaUnit
properties
use required
facets
Kind Value Annotation
enumeration Acre
documentation
The area unit for: acre.
enumeration Are
documentation
The area unit for: are.
enumeration Hectare
documentation
The area unit for: hectare.
enumeration Perch
documentation
The area unit for: perch.
enumeration Rood
documentation
The area unit for: rood.
enumeration SquareCentimeter
documentation
The area unit for: square centimeter.
enumeration SquareChain
documentation
The area unit for: square chain.
enumeration SquareFoot
documentation
The area unit for: square foot.
enumeration SquareInch
documentation
The area unit for: square inch.
enumeration SquareKilometer
documentation
The area unit for: square kilometer.
enumeration SquareLink
documentation
The area unit for: square link.
enumeration SquareMeter
documentation
The area unit for: square meter.
enumeration SquareMile
documentation
The area unit for: square mile.
enumeration SquareMillimeter
documentation
The area unit for: square millimeter.
enumeration SquareNauticalMile
documentation
The area unit for: square nautical mile.
enumeration SquareRod
documentation
The area unit for: square rod.
enumeration SquareSurveyFoot
documentation
The area unit for: square survey foot.
enumeration SquareYard
documentation
The area unit for: square yard.
annotation
documentation
The area units to use (e.g. square meter).

element AreaRequest/Geometry
diagram geometry_p48.png
namespace http://www.mapinfo.com/midev/service/geometry/v1
type tns:Geometry
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  xsd:string  optional      
documentation
The spatial reference system name associated with this geometry.
annotation
documentation
The geometry whose area is to be determined.


© 2007, 2020 Precisely. All rights reserved. support.precisely.com