The bounds of this shape. This property is to be treated in a read only manner. An error will be thrown when trying to assign to this property. Note that the bounds property is not immutable. Modifying properties of the bounds property may corrupt your data.
The coordinate type this shape. This property is read only. An Error will be thrown when trying to assign to this property.
The end cap style of this buffer, which defines the representation of the contour at the endings of thebase shape. This is a member of the EndCapStyle enumeration. By default CAP_ROUND is used.
The end cap style of this buffer, which defines the representation of the contour at the endings of thebase shape. This is a member of the EndCapStyle enumeration. By default CAP_ROUND is used.
The spatial reference of this shape. This property is read only. An Error will be thrown when trying to assign to this property.
The width of this buffer, expressed in meters and measured from the line segments of the base shape to the contour. The width must be positive.
The width of this buffer, expressed in meters and measured from the line segments of the base shape to the contour. The width must be positive.
Determines whether a given point is inside this shape. This method checks containment only in two dimensions: on the (x,y)-axis or the (lon,lat)-axis (depending on the spatial reference of the shape).
The point for which containment must be checked. If a 3D point is passed to this function, it will be treated as a 2D point: the z coordinate (height) will be ignored. The reference of this point must be the same reference as this Shape
true
when the given point is contained in this shape
Determines whether the given point is inside this shape. This method checks containment only in two dimensions: on the (x,y)-axis or the (lon,lat)-axis (depending on the spatial reference of the shape).
The x coordinate of the point for which containment must be checked
The y coordinate of the point for which containment must be checked
true
when the given point is contained in this shape
Determines whether the given point is inside this shape. This method checks containment only in two dimensions: on the (x,y)-axis or the (lon,lat)-axis (depending on the spatial reference of the shape).
The point for which containment must be checked.
true
when the given point is contained in this shape
The shape to be tested.
Whether the shape is a possible base shape.
A GeoBuffer represents all points whose distance to the base shape is less than or equal to a certain distance.
A buffer is an area around a given shape, adding a fixed width to the shape.
The contour of the buffer is a polygon in which each exterior point lies at a fixed distance from the line segments of the base shape.
The supported base shapes are polylines and polygons.
For open base shapes (polylines), it is possible specify a CAP_BUTT end style (see EndCapStyle enumeration) that cuts off the buffer at the start and end of the base shape.