Modifier and Type | Method and Description |
---|---|
net.opengis.gml.PointPropertyType |
GMLMarshaller.marshalPointProperty(PointProperty src) |
Modifier and Type | Method and Description |
---|---|
PointProperty |
GMLUnmarshaller.unmarshalPointProperty(net.opengis.gml.PointPropertyType src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalPointRroperty(net.opengis.gml.PointPropertyType src,
PointProperty dest) |
Modifier and Type | Method and Description |
---|---|
PointProperty |
GeoreferencedTexture.getReferencePoint() |
Modifier and Type | Method and Description |
---|---|
void |
GeoreferencedTexture.setReferencePoint(PointProperty referencePoint) |
Modifier and Type | Method and Description |
---|---|
PointProperty |
ImplicitGeometry.getReferencePoint() |
Modifier and Type | Method and Description |
---|---|
void |
ImplicitGeometry.setReferencePoint(PointProperty referencePoint) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PointProperty> |
MultiPoint.getPointMember() |
Modifier and Type | Method and Description |
---|---|
void |
MultiPoint.addPointMember(PointProperty pointMember) |
boolean |
MultiPoint.unsetPointMember(PointProperty pointMember) |
Modifier and Type | Method and Description |
---|---|
void |
MultiPoint.setPointMember(java.util.List<PointProperty> pointMember) |
Modifier and Type | Class and Description |
---|---|
class |
PointRep |
Modifier and Type | Method and Description |
---|---|
PointProperty |
PosOrPointPropertyOrPointRepOrCoord.getPointProperty() |
PointProperty |
PosOrPointPropertyOrPointRep.getPointProperty() |
PointProperty |
GeometricPositionGroup.getPointProperty() |
Modifier and Type | Method and Description |
---|---|
void |
LineStringSegment.addPointProperty(PointProperty pointProperty) |
void |
LineString.addPointProperty(PointProperty pointProperty) |
void |
LinearRing.addPointProperty(PointProperty pointProperty) |
void |
PosOrPointPropertyOrPointRepOrCoord.setPointProperty(PointProperty pointProperty) |
void |
PosOrPointPropertyOrPointRep.setPointProperty(PointProperty pointProperty) |
void |
GeometricPositionGroup.setPointProperty(PointProperty pointProperty) |
boolean |
LineStringSegment.unsetPointProperty(PointProperty pointProperty) |
boolean |
LineString.unsetPointProperty(PointProperty pointProperty) |
boolean |
LinearRing.unsetPointProperty(PointProperty pointProperty) |
Constructor and Description |
---|
GeometricPositionGroup(PointProperty pointProperty) |
PosOrPointPropertyOrPointRep(PointProperty pointProperty) |
PosOrPointPropertyOrPointRepOrCoord(PointProperty pointProperty) |
Modifier and Type | Method and Description |
---|---|
PointProperty |
RectifiedGrid.getOrigin() |
Modifier and Type | Method and Description |
---|---|
void |
RectifiedGrid.setOrigin(PointProperty origin) |