|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCoordinateOperationType | |
|---|---|
| net.opengis.gml | |
| Uses of AbstractCoordinateOperationType in net.opengis.gml |
|---|
| Subclasses of AbstractCoordinateOperationType in net.opengis.gml | |
|---|---|
class |
AbstractGeneralConversionType
An abstract operation on coordinates that does not include any change of datum. |
class |
AbstractGeneralTransformationType
An abstract operation on coordinates that usually includes a change of Datum. |
class |
ConcatenatedOperationType
An ordered sequence of two or more single coordinate operations. |
class |
ConversionType
A concrete operation on coordinates that does not include any change of Datum. |
class |
PassThroughOperationType
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. |
class |
TransformationType
A concrete operation on coordinates that usually includes a change of datum. |
| Fields in net.opengis.gml with type parameters of type AbstractCoordinateOperationType | |
|---|---|
protected JAXBElement<? extends AbstractCoordinateOperationType> |
CoordinateOperationRefType.coordinateOperation
|
protected JAXBElement<? extends AbstractCoordinateOperationType> |
OperationRefType.operation
|
protected JAXBElement<? extends AbstractCoordinateOperationType> |
SingleOperationRefType.singleOperation
|
| Methods in net.opengis.gml with parameters of type AbstractCoordinateOperationType | |
|---|---|
JAXBElement<AbstractCoordinateOperationType> |
ObjectFactory.createCoordinateOperation(AbstractCoordinateOperationType value)
Create an instance of JAXBElement<AbstractCoordinateOperationType>} |
JAXBElement<AbstractCoordinateOperationType> |
ObjectFactory.createOperation(AbstractCoordinateOperationType value)
Create an instance of JAXBElement<AbstractCoordinateOperationType>} |
JAXBElement<AbstractCoordinateOperationType> |
ObjectFactory.createSingleOperation(AbstractCoordinateOperationType value)
Create an instance of JAXBElement<AbstractCoordinateOperationType>} |
| Method parameters in net.opengis.gml with type arguments of type AbstractCoordinateOperationType | |
|---|---|
void |
CoordinateOperationRefType.setCoordinateOperation(JAXBElement<? extends AbstractCoordinateOperationType> value)
Définit la valeur de la propriété coordinateOperation. |
void |
OperationRefType.setOperation(JAXBElement<? extends AbstractCoordinateOperationType> value)
Définit la valeur de la propriété operation. |
void |
SingleOperationRefType.setSingleOperation(JAXBElement<? extends AbstractCoordinateOperationType> value)
Définit la valeur de la propriété singleOperation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||