API / geotoolkit3d / shapes / IntersectionPanel2D / IntersectionPanel2D
shapes.IntersectionPanel2D.IntersectionPanel2D
Intersection projection to 2D, can contain different type of intersection geometries, such as cells, lines and paths
Constructors
Methods
Methods
▸ addCell(cell): IntersectionPanel2D
Add cell
| Name | Type | Description |
|---|---|---|
cell | IntersectionCell2D | cell to add |
this
▸ clearCells(): IntersectionPanel2D
Clear cells
this
▸ clone(): IntersectionPanel2D
Return clone
clone
▸ copyConstructor(src): IntersectionPanel2D
Copy data from specified source
| Name | Type | Description |
|---|---|---|
src | IntersectionPanel2D | source to copy from |
this
▸ getBounds(): Rect
Returns panel bounds in model coordinate system
panel bounds
▸ getCell(index): IntersectionCell2D
Return cell by specified index
| Name | Type | Description |
|---|---|---|
index | number | index of cell |
cell
▸ getCells(): Iterator<IntersectionCell2D>
Return iterator with inner cells
iterator with cells
▸ getCellsCount(): number
Return cells count
number
cells count
▸ getClassName(): string
string
▸ getGridLimits(): Rect
Returns inner grid model limits, in panel model coordinates
panel inner grid model limits
▸ getModelLimits(): Rect
Returns panel inner model limits
panel inner model limits
▸ getPolylines(): Iterator<PolylineSet>
▸ Static getClassName(): string
string