Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
VertexDescription |
MultiPoint.getDescription() |
VertexDescription |
MultiPath.getDescription() |
VertexDescription |
Geometry.getDescription()
Returns the VertexDescription of this geometry.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Segment._assignVertexDescriptionImpl(VertexDescription newDescription) |
protected void |
Point._assignVertexDescriptionImpl(VertexDescription newDescription) |
protected void |
MultiVertexGeometry._assignVertexDescriptionImpl(VertexDescription newDescription) |
protected abstract void |
Geometry._assignVertexDescriptionImpl(VertexDescription src) |
protected void |
Envelope._assignVertexDescriptionImpl(VertexDescription newDescription) |
void |
MultiPoint.assignVertexDescription(VertexDescription src) |
void |
MultiPath.assignVertexDescription(VertexDescription src) |
void |
Geometry.assignVertexDescription(VertexDescription src)
Assigns the new VertexDescription by adding or dropping attributes.
|
boolean |
VertexDescription.hasAttributesFrom(VertexDescription src)
Returns True if this vertex description includes all attributes from the
src.
|
void |
MultiPoint.mergeVertexDescription(VertexDescription src) |
void |
MultiPath.mergeVertexDescription(VertexDescription src) |
void |
Geometry.mergeVertexDescription(VertexDescription src)
Merges the new VertexDescription by adding missing attributes from the
src.
|
Constructor and Description |
---|
Envelope(VertexDescription vd) |
Envelope(VertexDescription vd,
Envelope2D env2D) |
MultiPoint(VertexDescription description) |
Point(VertexDescription vd) |
Polygon(VertexDescription vd) |
Polyline(VertexDescription vd) |
Copyright © 2018. All rights reserved.