Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationBaseType

Packages that use AbstractCoordinateOperationBaseType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AbstractCoordinateOperationBaseType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractCoordinateOperationBaseType in org.citygml4j.jaxb.gml._3_1_1
 class AbstractCoordinateOperationType
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 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.