DK11 for Java | tatukgis.jdk.TGIS_ShapePolygon | Constructors | Fields | Methods | Properties
Name | Visibility | Description | |
---|---|---|---|
AddPart | public | Add next part to the shape. (Inherited from TGIS_Shape) |
|
AddPoint | public | Add a point to the last part of the shape. (Overrides TGIS_Shape.AddPoint) |
|
AddPoint3D | public | Add a point to the last part of the shape in 3D. (Overrides TGIS_Shape.AddPoint3D) |
|
AddPointBearing(double, double) | public | Add a point to the last part of the shape. (Inherited from TGIS_Shape) |
|
AddPointBearing(double, double, bool) | public | Add a point to the last part of the shape. (Inherited from TGIS_Shape) |
|
AddToIndex | public | Add shape to the RTree index (if the index exists). (Inherited from TGIS_Shape) |
|
AddToLayer | public | Add a copy of the shape to a layer using new UID. (Inherited from TGIS_Shape) |
|
AppendGeometry | public | Append geometry. (Inherited from TGIS_Shape) |
|
Area | public | Calculate the area of a shape. (Overrides TGIS_Shape.Area) |
|
AreaCS | public | Calculate the area of a shape. (Overrides TGIS_Shape.AreaCS) |
|
AsArc | public | Return current shape as a TGIS_ShapeArc. (Inherited from TGIS_Shape) |
|
AsMultiPoint | public | Return current shape as a TGIS_ShapeMultiPoint. (Inherited from TGIS_Shape) |
|
AsPoint | public | Return current shape as a TGIS_ShapePoint. (Inherited from TGIS_Shape) |
|
AsPolygon | public | Return current shape as a TGIS_ShapePolygon (Inherited from TGIS_Shape) |
|
Assign | public | Assign values from a given shape. (Inherited from TGIS_Shape) |
|
BuildFromEdges | public | Builds a polygon from a list of non complex edges. | |
Centroid | public | Calculate the central point of a shape. (Overrides TGIS_Shape.Centroid) |
|
ChangeWinding | public | Change winding of a shape part. (Inherited from TGIS_Shape) |
|
checkIsEmpty | protected | Check if shape is geometry is empty. (Inherited from TGIS_Shape) |
|
Combine(TGIS_Shape, TGIS_TopologyCombineType) | public | Compute a new shape from self and shape provided, based on a given operation. (Inherited from TGIS_Shape) |
|
Combine(TGIS_Shape, TGIS_TopologyCombineType, bool) | public | Compute a new shape from self and shape provided, based on a given operation. (Inherited from TGIS_Shape) |
|
Contains | public | Tests contains relationship for given shape (Inherited from TGIS_Shape) |
|
CopyFields | public | Copy fields structure. (Inherited from TGIS_Shape) |
|
CopyGeometry | public | Copy geometry. (Inherited from TGIS_Shape) |
|
CreateCopy | public | Create a copy of the current shape. (Inherited from TGIS_Shape) |
|
CreateCopyCS | public | Create a copy of the current shape reprojected form the layer coordinate system into a provided coordinate system. (Inherited from TGIS_Shape) |
|
CreateFromEWKB | public | Create the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (Inherited from TGIS_Shape) |
|
CreateFromEWKT | public | Create the shape geometry from an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (Inherited from TGIS_Shape) |
|
CreateFromGDO | public | Create the shape from GeoMedia Database Object (GDO). (Inherited from TGIS_Shape) |
|
CreateFromGML | public | Create the shape from GML. (Inherited from TGIS_Shape) |
|
CreateFromJSON | public | Create the shape from JSON. (Inherited from TGIS_Shape) |
|
CreateFromWKB | public | Create the shape from Well Known Binary (see: www.opengis.org). (Inherited from TGIS_Shape) |
|
CreateFromWKT | public | Create the shape from a Well Known Text (see: www.opengis.org). (Inherited from TGIS_Shape) |
|
Cross | public | Tests cross relationship for self and given shape (Inherited from TGIS_Shape) |
|
Delete | public | Delete shape. (Inherited from TGIS_Shape) |
|
Difference(TGIS_Shape) | public | Compute a difference with shape provided. (Inherited from TGIS_Shape) |
|
Difference(TGIS_Shape, bool) | public | Compute a difference with shape provided. (Inherited from TGIS_Shape) |
|
Disjoint | public | Tests disjoint relationship for self and given shape (Inherited from TGIS_Shape) |
|
Distance | public | Calculate planar distance between a point and the shape. (Inherited from TGIS_Shape) |
|
Distance2Part | public | Calculate the linear distance between a point and a part in the current shape.. (Overrides TGIS_Shape.Distance2Part) |
|
Distance2PartCS | public | Calculate the WGS84 distance between a point and a part in the current shape. (Overrides TGIS_Shape.Distance2PartCS) |
|
Distance2Shape | public | Calculate planar distance between two shapes. (Inherited from TGIS_Shape) |
|
Distance2ShapeCS | public | Calculate WGS84 distance between two shapes. (Inherited from TGIS_Shape) |
|
DistanceCS | public | Calculate WGS84 distance between a point and the shape. (Inherited from TGIS_Shape) |
|
Draw | public | Draw shape. (Inherited from TGIS_Shape) |
|
Draw(TGIS_RendererMultipassMode) | public | Draw shape. (Inherited from TGIS_Shape) |
|
DrawChart | public | Draw chart immediately. (Inherited from TGIS_Shape) |
|
DrawLabel | public | DrawLabel immediately. (Inherited from TGIS_Shape) |
|
DrawLabel(TPoint[]) | public | DrawLabel immediately returning points delimiting label area. (Inherited from TGIS_Shape) |
|
DrawTrackingPoints | public | Draw tracking points of the shape. (Inherited from TGIS_Shape) |
|
Equality | public | Tests equality relationship for self and given shape (Inherited from TGIS_Shape) |
|
ExportToEWKB | public | Export the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (Overrides TGIS_Shape.ExportToEWKB) |
|
ExportToEWKT | public | Export the Shape geometry into an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (Overrides TGIS_Shape.ExportToEWKT) |
|
ExportToGDO | public | Export the Shape geometry into a GeoMedia Database Object (GDO). (Overrides TGIS_Shape.ExportToGDO) |
|
ExportToGML | public | Export the Shape geometry into a GML (see www.opengis.org). (Overrides TGIS_Shape.ExportToGML) |
|
ExportToJSON | public | Export the Shape geometry into a GeoJSON (see www.geojson.org). (Overrides TGIS_Shape.ExportToJSON) |
|
ExportToVAR | public | Export the Shape geometry into an internal SHP format. (Overrides TGIS_Shape.ExportToVAR) |
|
ExportToWKB | public | Export the Shape geometry into a Well Known Binary (see www.opengis.org). (Overrides TGIS_Shape.ExportToWKB) |
|
ExportToWKT | public | Export the Shape geometry into a Well Known Text (see www.opengis.org). (Overrides TGIS_Shape.ExportToWKT) |
|
Flash | public | Flash shape on screen with default parameters (_times equals 4 and _delay equals 100). (Inherited from TGIS_Shape) |
|
Flash(int, int) | public | Flash shape on screen. (Inherited from TGIS_Shape) |
|
GetAngle | public | Compute angle of first/last element of the shape in radians related to north, east winding. (Inherited from TGIS_Shape) |
|
GetCrossings | public | Get all crossing points between the current shape and another given shape. (Inherited from TGIS_Shape) |
|
GetCrossings3D | public | Get all crossing points between the current shape and another given shape. (Inherited from TGIS_Shape) |
|
GetField | public | Retrieving data from associated data table. (Inherited from TGIS_Shape) |
|
GetFieldEx(java.lang.String) | public | Retrieving data from associated data table. (Inherited from TGIS_Shape) |
|
GetFieldEx(java.lang.String, bool) | public | Retrieving data from associated data table. (Inherited from TGIS_Shape) |
|
GetFieldEx(java.lang.String, int) | public | Retrieving data from associated data table. (Inherited from TGIS_Shape) |
|
GetFieldEx(java.lang.String, int, bool) | public | Retrieving data from associated data table. (Inherited from TGIS_Shape) |
|
GetFirstPoint | public | Retrieve the first point from the first segment of geometry. (Inherited from TGIS_Shape) |
|
GetFirstPoint3D | public | Retrieve the first point from the first segment of geometry in 3D. (Inherited from TGIS_Shape) |
|
getIntersectInternal | protected | ||
getIntersectInternal3D | protected | ||
GetIntersection(TGIS_Extent) | public | Cut the shape in a defined extent. (Inherited from TGIS_Shape) |
|
GetIntersection(TGIS_Extent, bool) | public | Cut the shape in a defined extent. (Inherited from TGIS_Shape) |
|
GetLabel | public | Return label content (including expanded field values) etc. (Inherited from TGIS_Shape) |
|
GetLabelPlain | public | Return label content (including expanded field values) etc. (Inherited from TGIS_Shape) |
|
GetLastPoint | public | Retrieve the last point from the last segment of geometry. (Inherited from TGIS_Shape) |
|
GetLastPoint3D | public | Retrieve the last point from the last segment of geometry in 3D. (Inherited from TGIS_Shape) |
|
GetNumParts | public | Retrieve the number of parts in a geometry. (Inherited from TGIS_Shape) |
|
GetNumPoints | public | Retrieve a count of the points in a geometry. (Inherited from TGIS_Shape) |
|
getPartOffset | protected | Calculate a part offset. (Inherited from TGIS_Shape) |
|
GetPartSize | public | Calculates the count of points in a given part (Inherited from TGIS_Shape) |
|
GetPartType | public | Get the type of a part. (Inherited from TGIS_Shape) |
|
GetPoint | public | Retrieve a point from a point segment of geometry. (Inherited from TGIS_Shape) |
|
GetPoint3D | public | Retrieve a point from a point segment of geometry in 3D. (Inherited from TGIS_Shape) |
|
GetPoint3DEx | public | Retrieve a point coordinates from a shape segment. (Inherited from TGIS_Shape) |
|
GetPointEx | public | Retrieve a point coordinates from a shape segment. (Inherited from TGIS_Shape) |
|
GetPointEx2 | public | Retrieve a point coordinates from a shape segment. (Inherited from TGIS_Shape) |
|
GetSnapPoint | public | Retrieving a snap point. (Inherited from TGIS_Shape) |
|
GetSnapPoint3D | public | Retrieving a snap point in 3D. (Inherited from TGIS_Shape) |
|
ImportFromEWKB | public | Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org). (Inherited from TGIS_Shape) |
|
ImportFromEWKT | public | Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org). (Inherited from TGIS_Shape) |
|
ImportFromGDO | public | Import the GeoMedia Database Object (GDO) into the current shape. (Inherited from TGIS_Shape) |
|
ImportFromGML | public | Import the GML into the current shape. (Inherited from TGIS_Shape) |
|
ImportFromJSON | public | Import the JSON into the current shape. (Inherited from TGIS_Shape) |
|
ImportFromVAR | public | Import the Variant geometry. (Inherited from TGIS_Shape) |
|
ImportFromWKB | public | Import the Well Known Binary (see: www.opengis.org) into the current shape. (Inherited from TGIS_Shape) |
|
ImportFromWKT | public | Import the Well Known Text (see www.opengis.org) into the current shape. (Inherited from TGIS_Shape) |
|
Intersect | public | Test intersect relationship for self and given shape (Inherited from TGIS_Shape) |
|
Intersection(TGIS_Shape) | public | Compute an intersection with shape provided. (Inherited from TGIS_Shape) |
|
Intersection(TGIS_Shape, bool) | public | Compute an intersection with shape provided. (Inherited from TGIS_Shape) |
|
Invalidate | public | Invalidate the area of a shape; whole cached output will be invalidated. (Inherited from TGIS_Shape) |
|
IsCommonPoint | public | Test if the current shape has any common point with another given shape. (Overrides TGIS_Shape.IsCommonPoint) |
|
IsFieldModified | public | Test if shape field was modified. (Inherited from TGIS_Shape) |
|
IsFieldModifiedEx | public | Test if shape field was modified. (Inherited from TGIS_Shape) |
|
IsInsideCircle | public | Test if the shape is inside a given circle. (Overrides TGIS_Shape.IsInsideCircle) |
|
IsInsideExtent | public | Test if the shape is inside a defined extent. (Inherited from TGIS_Shape) |
|
IsInsidePolygon | public | Test if the shape is inside a given polygon. (Overrides TGIS_Shape.IsInsidePolygon) |
|
Join(TGIS_Shape) | public | Joins the current shape to another given shape (excluding TGIS_ShapePoint). (Inherited from TGIS_Shape) |
|
Join(TGIS_Shape, bool) | public | Joins the current shape to another given shape (excluding TGIS_ShapePoint). (Inherited from TGIS_Shape) |
|
Length | public | Calculate the length of a shape. (Overrides TGIS_Shape.Length) |
|
LengthCS | public | Calculate the length of a shape. (Overrides TGIS_Shape.LengthCS) |
|
Lock | public | Lock a shape. (Inherited from TGIS_Shape) |
|
MakeEditable | public | Add the shape to edited items list. (Inherited from TGIS_Shape) |
|
Overlap | public | Tests overlap relationship for self and given shape (Inherited from TGIS_Shape) |
|
ParamsAsDrawn | public | Get a shape styling parameters used during drawing on a viewer and fill _params parameter with them. (Inherited from TGIS_Shape) |
|
PartLength | public | Calculate the length of a shape part. (Overrides TGIS_Shape.PartLength) |
|
PartLengthCS | public | Calculate the length of a shape part. (Overrides TGIS_Shape.PartLengthCS) |
|
PointOnShape | public | Calculate the point which lies on the shape. (Overrides TGIS_Shape.PointOnShape) |
|
PrepareContourInternal | public | Prepare contour bitmap (for internal TGIS_Topology purposes). (Inherited from TGIS_Shape) |
|
PrepareExportShape | public | Prepare reprojected shape, truncated by extent and copy fields to the result. (Inherited from TGIS_Shape) |
|
Recreate(TGIS_Shape, TGIS_Bytes, bool, long, TGIS_LayerVector) | public | Recreate an instance. (Inherited from TGIS_Shape) |
|
Recreate(TGIS_Shape, TGIS_Bytes, bool, long, TGIS_LayerVector, TGIS_DimensionType) | public | Recreate an instance. (Inherited from TGIS_Shape) |
|
Relate | public | Checks nine-intersection matrix for self and given shape (Inherited from TGIS_Shape) |
|
Reset | public | Reset shape. (Inherited from TGIS_Shape) |
|
ResetModified | public | Reset IsModified flag. (Inherited from TGIS_Shape) |
|
Reverse | public | Reverse the order of parts. (Inherited from TGIS_Shape) |
|
Reverse(bool) | public | Reverse the order of parts. (Inherited from TGIS_Shape) |
|
RevertParams | public | Revert params to the layer based parameters. (Inherited from TGIS_Shape) |
|
SetField | public | Set a new value for a field. (Inherited from TGIS_Shape) |
|
SetFieldsDefaulRuleValue | public | Set default values of fields based on field rules. (Inherited from TGIS_Shape) |
|
SetParamsInternal | public | Prepare params. (Inherited from TGIS_Shape) |
|
SetPartType | public | Set the type of a part. (Inherited from TGIS_Shape) |
|
SetPosition | public | Move the whole shape. (Inherited from TGIS_Shape) |
|
Simplify(double) | public | Line generalization routine. (Inherited from TGIS_Shape) |
|
Simplify(double, bool) | public | Line generalization routine. (Inherited from TGIS_Shape) |
|
Smooth(int) | public | Smooth shape routine (Inherited from TGIS_Shape) |
|
Smooth(int, bool) | public | Smooth shape routine (Inherited from TGIS_Shape) |
|
Split | public | Splits a multipart polygon shape into parts. | |
StrokeArc(TGIS_Point3D, double, double, double, double, double) | public | Add to the current shape a series of points forming elliptical arc. (Inherited from TGIS_Shape) |
|
StrokeArc(TGIS_Point3D, double, double, double, double, double, int) | public | Add to the current shape a series of points forming elliptical arc. (Inherited from TGIS_Shape) |
|
SymmetricalDifference(TGIS_Shape) | public | Compute a symmetrical difference with shape provided. (Inherited from TGIS_Shape) |
|
SymmetricalDifference(TGIS_Shape, bool) | public | Compute a symmetrical difference with shape provided. (Inherited from TGIS_Shape) |
|
ToString | public | (Inherited from TGIS_Shape) |
|
Touch | public | Tests touch relationship for self and given shape (Inherited from TGIS_Shape) |
|
Transform(TGIS_Point3D, double, double, double, double, double, double, double, double, double, double, double, double) | public | Transform shape by provided matrix [_m11.._m33] and translation vector [_dx,_dy,-dz]. (Inherited from TGIS_Shape) |
|
Transform(TGIS_Point3D, double, double, double, double, double, double, double, double, double, double, double, double, bool) | public | Transform shape by provided matrix [_m11.._m33] and translation vector [_dx,_dy,-dz]. (Inherited from TGIS_Shape) |
|
Union(TGIS_Shape) | public | Compute an union with shape provided. (Inherited from TGIS_Shape) |
|
Union(TGIS_Shape, bool) | public | Compute an union with shape provided. (Inherited from TGIS_Shape) |
|
Unlock | public | Unlock a shape from burst-mode operation. (Inherited from TGIS_Shape) |
|
UpdateIndex | public | Update shape to the RTree index (if the index exists). (Inherited from TGIS_Shape) |
|
UpdatePoint | public | Update point value. (Overrides TGIS_Shape.UpdatePoint) |
|
UpdatePoint3D | public | Update point value in 3D. (Overrides TGIS_Shape.UpdatePoint3D) |
|
Within | public | Tests within relationship for self and given shape (Inherited from TGIS_Shape) |
|