|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hedgehog.HObject
com.hedgehog.geo.GeometricObject
com.hedgehog.geo.twod.IndexObject2D
public abstract class IndexObject2D
Title: IndexObject2D - abstract base class of 2D index objects.
Description: Abstract base class of 2D index objects.
Copyright: Copyright (c) Hedgehog Software 2007-2009.
Company: Hedgehog Software.
| Field Summary |
|---|
| Fields inherited from class com.hedgehog.HObject |
|---|
mID, mName |
| Constructor Summary | |
|---|---|
IndexObject2D()
Default constructor. |
|
IndexObject2D(ID id)
Constructor. |
|
IndexObject2D(IndexObject2D object)
Copy constructor. |
|
IndexObject2D(java.lang.String name)
Constructor. |
|
IndexObject2D(java.lang.String name,
ID id)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
is2D()
Tests whether or not this object is a 2D object; ie true. |
boolean |
is3D()
Tests whether or not this object is a 3D object; ie false. |
| Methods inherited from class com.hedgehog.geo.GeometricObject |
|---|
isCurve, isGrid, isMesh, isPoint, isPointSet, isShape, isSurface, objectDimension |
| Methods inherited from class com.hedgehog.HObject |
|---|
clone, compare, compareTo, copy, equals, getID, getName, hashCode, hasID, hasName, setID, setName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hedgehog.model.ModelObject |
|---|
childModelObjects, databaseInsertStatement, databaseUpdateStatement, fromDatabase, fromXMLNode, toX3DNode, toXMLNode |
| Constructor Detail |
|---|
public IndexObject2D()
public IndexObject2D(java.lang.String name)
name - Point set name.public IndexObject2D(ID id)
id - Point set ID.
public IndexObject2D(java.lang.String name,
ID id)
name - Point set name.id - Point set ID.public IndexObject2D(IndexObject2D object)
object - Object to copy.| Method Detail |
|---|
public boolean is2D()
is2D in class GeometricObjectpublic boolean is3D()
is3D in class GeometricObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||