|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathType | |
|---|---|
| org.opengis.go | |
| org.opengis.go.display.primitive | |
| org.opengis.go.spatial | |
| Uses of PathType in org.opengis.go |
|---|
| Methods in org.opengis.go that return PathType | |
|---|---|
PathType[] |
CommonCapabilities.getSupportedPathTypes()
Returns an array of PathType objects that indicates the
path types that are supported. |
| Uses of PathType in org.opengis.go.display.primitive |
|---|
| Methods in org.opengis.go.display.primitive that return PathType | |
|---|---|
PathType |
GraphicArc.getClosurePathType()
Retrieves the algorithm that is used in computing the "in-between" pixels of the ArcClosure verteces when the arc is rendered. |
PathType |
GraphicLineString.getPathType()
Retrieves the methods that is used in computing the "in-between" pixels between vertices when this object is rendered on the screen. |
PathType |
GraphicPolygon.getPathType()
Returns the parameter that indicates how the "in-between" points between vertices are to be drawn. |
| Methods in org.opengis.go.display.primitive with parameters of type PathType | |
|---|---|
void |
GraphicArc.setClosurePathType(PathType pathType)
Sets the algorithm that is used in computing the "in-between" pixels of the ArcClosure verteces when the arc is rendered. |
void |
GraphicLineString.setPathType(PathType pathType)
Sets the method that is used in computing the "in-between" pixels between vertices when this object is rendered on the screen. |
void |
GraphicPolygon.setPathType(PathType pathType)
Sets the parameter that indicates how the "in-between" points between vertices should be drawn. |
| Uses of PathType in org.opengis.go.spatial |
|---|
| Subclasses of PathType in org.opengis.go.spatial | |
|---|---|
class |
GlobalPathType
The instances of this class represent methods of calculating a path between two locations. |
class |
UnprojectedPathType
This class serves to contain two constants: PIXEL_STRAIGHT, that indicates that a path between two points should be drawn on the screen as a straight line, regardless of the location or orientation of the vertices. |
class |
VectorPathType
This class serves to contain one static constant, VECTOR, indicating that the in-between points of a path are points on the Euclidean shortest distance line between the vertices. |
| Methods in org.opengis.go.spatial that return PathType | |
|---|---|
static PathType[] |
PathType.values()
Returns the list of PathTypes. |
static PathType[] |
VectorPathType.values()
Returns the list of VectorPathTypes. |
static PathType[] |
GlobalPathType.values()
Returns the list of GlobalPathTypes. |
static PathType[] |
UnprojectedPathType.values()
Returns the list of UnprojectedPathTypes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||