|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.values.AbstractValue
com.hardcode.gdbms.engine.spatial.AbstractGeometryValue
public abstract class AbstractGeometryValue
Field Summary |
---|
Fields inherited from interface com.hardcode.gdbms.engine.values.Value |
---|
BINARY, BOOLEAN, BYTE, DATE, DOUBLE, FLOAT, INT, LONG, SHORT, STRING, TIME, TIMESTAMP |
Constructor Summary | |
---|---|
AbstractGeometryValue()
|
Method Summary | |
---|---|
Value |
equals(Value value)
|
int |
getType()
Gets the type of the value |
Value |
notEquals(Value value)
|
Methods inherited from class com.hardcode.gdbms.engine.values.AbstractValue |
---|
and, doEquals, equals, greater, greaterEqual, hashCode, inversa, less, lessEqual, like, or, producto, suma |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hardcode.gdbms.engine.spatial.Geometry |
---|
draw, getBounds2D, getGeometries, getGeometry, getGeometryCount, getGeometryType, getHandlerPoints, getPathIterator, getSnapPoints, intersects, transform |
Methods inherited from interface com.hardcode.gdbms.engine.values.Value |
---|
and, doEquals, doHashCode, getStringValue, greater, greaterEqual, inversa, less, lessEqual, like, or, producto, suma |
Constructor Detail |
---|
public AbstractGeometryValue()
Method Detail |
---|
public Value equals(Value value) throws IncompatibleTypesException
equals
in interface Value
equals
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#equals(com.hardcode.gdbms.engine.values.Value)
public Value notEquals(Value value) throws IncompatibleTypesException
notEquals
in interface Value
notEquals
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#notEquals(com.hardcode.gdbms.engine.values.Value)
public int getType()
Value
getType
in interface Value
Value.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |