|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.ct.CT_DomainFlags
Flags indicating parts of domain covered by a convex hull.
These flags can be combined. For example, the value 3 corresponds to
a combination of CT_DF_Inside
and CT_DF_Outside
,
which means that some parts of the convex hull are inside the domain,
and some parts of the convex hull are outside the domain.
Field Summary | |
static int |
CT_DF_Discontinuous
At least one point in a convex hull is not transformed continuously. |
static int |
CT_DF_Inside
At least one point in a convex hull is inside the transform's domain. |
static int |
CT_DF_Outside
At least one point in a convex hull is outside the transform's domain. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with CSS 1.00. |
int |
value
The enum value. |
Constructor Summary | |
CT_DomainFlags()
Construct an empty enum value. |
|
CT_DomainFlags(int value)
Construct a new enum value. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified object with this enum for equality. |
int |
hashCode()
Returns the enum value. |
java.lang.String |
toString()
Returns a string représentation of this enum. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with CSS 1.00.
public static final int CT_DF_Inside
public static final int CT_DF_Outside
public static final int CT_DF_Discontinuous
public int value
Constructor Detail |
public CT_DomainFlags()
value
.
public CT_DomainFlags(int value)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |