org.citygml4j.jaxb.gml._3_1_1
Class AbstractGeneralConversionType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationType
                  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralConversionType
Direct Known Subclasses:
ConversionType

public abstract class AbstractGeneralConversionType
extends AbstractCoordinateOperationType

An abstract operation on coordinates that does not include any change of datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. This abstract complexType is expected to be extended for well-known operation methods with many Conversion instances, in Application Schemas that define operation-method-specialized element names and contents. This conversion uses an operation method, usually with associated parameter values. However, operation methods and parameter values are directly associated with concrete subtypes, not with this abstract type. All concrete types derived from this type shall extend this type to include a "usesMethod" element that references the "OperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include zero or more elements each named "uses...Value" that each use the type of an element substitutable for the "_generalParameterValue" element.

Java class for AbstractGeneralConversionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractGeneralConversionType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}AbstractCoordinateOperationType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}metaDataProperty" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}coordinateOperationName"/>
         <element ref="{http://www.opengis.net/gml}coordinateOperationID" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}validArea" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}scope" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}_positionalAccuracy" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://www.opengis.net/gml}id use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractGeneralConversionType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationType
get_PositionalAccuracy, getCoordinateOperationID, getOperationVersion, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, isSet_PositionalAccuracy, isSetCoordinateOperationID, isSetOperationVersion, isSetRemarks, isSetScope, isSetSourceCRS, isSetTargetCRS, isSetValidArea, set_PositionalAccuracy, setCoordinateOperationID, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea, unset_PositionalAccuracy, unsetCoordinateOperationID
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGeneralConversionType

public AbstractGeneralConversionType()