Uses of Class
net.opengis.iso19139.gco.v_20060504.BooleanPropertyType

Packages that use BooleanPropertyType
net.opengis.iso19139.gco.v_20060504   
net.opengis.iso19139.gmd.v_20060504   
net.opengis.iso19139.srv.v_20060504   
 

Uses of BooleanPropertyType in net.opengis.iso19139.gco.v_20060504
 

Methods in net.opengis.iso19139.gco.v_20060504 that return BooleanPropertyType
 BooleanPropertyType ObjectFactory.createBooleanPropertyType()
          Create an instance of BooleanPropertyType
 BooleanPropertyType BooleanPropertyType.withBoolean(Boolean value)
           
 BooleanPropertyType BooleanPropertyType.withNilReason(Collection<String> values)
           
 BooleanPropertyType BooleanPropertyType.withNilReason(List<String> value)
           
 BooleanPropertyType BooleanPropertyType.withNilReason(String... values)
           
 

Uses of BooleanPropertyType in net.opengis.iso19139.gmd.v_20060504
 

Fields in net.opengis.iso19139.gmd.v_20060504 declared as BooleanPropertyType
protected  BooleanPropertyType MDImageDescriptionType.cameraCalibrationInformationAvailability
           
protected  BooleanPropertyType MDGeorectifiedType.checkPointAvailability
           
protected  BooleanPropertyType MDFeatureCatalogueDescriptionType.complianceCode
           
protected  BooleanPropertyType MDGeoreferenceableType.controlPointAvailability
           
protected  BooleanPropertyType AbstractEXGeographicExtentType.extentTypeCode
           
protected  BooleanPropertyType MDImageDescriptionType.filmDistortionInformationAvailability
           
protected  BooleanPropertyType MDFeatureCatalogueDescriptionType.includedWithDataset
           
protected  BooleanPropertyType MDImageDescriptionType.lensDistortionInformationAvailability
           
protected  BooleanPropertyType MDGeoreferenceableType.orientationParameterAvailability
           
protected  BooleanPropertyType DQConformanceResultType.pass
           
protected  BooleanPropertyType MDImageDescriptionType.radiometricCalibrationDataAvailability
           
protected  BooleanPropertyType MDGridSpatialRepresentationType.transformationParameterAvailability
           
protected  BooleanPropertyType MDImageDescriptionType.triangulationIndicator
           
 

Methods in net.opengis.iso19139.gmd.v_20060504 that return BooleanPropertyType
 BooleanPropertyType MDImageDescriptionType.getCameraCalibrationInformationAvailability()
          Gets the value of the cameraCalibrationInformationAvailability property.
 BooleanPropertyType MDGeorectifiedType.getCheckPointAvailability()
          Gets the value of the checkPointAvailability property.
 BooleanPropertyType MDFeatureCatalogueDescriptionType.getComplianceCode()
          Gets the value of the complianceCode property.
 BooleanPropertyType MDGeoreferenceableType.getControlPointAvailability()
          Gets the value of the controlPointAvailability property.
 BooleanPropertyType AbstractEXGeographicExtentType.getExtentTypeCode()
          Gets the value of the extentTypeCode property.
 BooleanPropertyType MDImageDescriptionType.getFilmDistortionInformationAvailability()
          Gets the value of the filmDistortionInformationAvailability property.
 BooleanPropertyType MDFeatureCatalogueDescriptionType.getIncludedWithDataset()
          Gets the value of the includedWithDataset property.
 BooleanPropertyType MDImageDescriptionType.getLensDistortionInformationAvailability()
          Gets the value of the lensDistortionInformationAvailability property.
 BooleanPropertyType MDGeoreferenceableType.getOrientationParameterAvailability()
          Gets the value of the orientationParameterAvailability property.
 BooleanPropertyType DQConformanceResultType.getPass()
          Gets the value of the pass property.
 BooleanPropertyType MDImageDescriptionType.getRadiometricCalibrationDataAvailability()
          Gets the value of the radiometricCalibrationDataAvailability property.
 BooleanPropertyType MDGridSpatialRepresentationType.getTransformationParameterAvailability()
          Gets the value of the transformationParameterAvailability property.
 BooleanPropertyType MDImageDescriptionType.getTriangulationIndicator()
          Gets the value of the triangulationIndicator property.
 

Methods in net.opengis.iso19139.gmd.v_20060504 with parameters of type BooleanPropertyType
 void MDImageDescriptionType.setCameraCalibrationInformationAvailability(BooleanPropertyType value)
          Sets the value of the cameraCalibrationInformationAvailability property.
 void MDGeorectifiedType.setCheckPointAvailability(BooleanPropertyType value)
          Sets the value of the checkPointAvailability property.
 void MDFeatureCatalogueDescriptionType.setComplianceCode(BooleanPropertyType value)
          Sets the value of the complianceCode property.
 void MDGeoreferenceableType.setControlPointAvailability(BooleanPropertyType value)
          Sets the value of the controlPointAvailability property.
 void AbstractEXGeographicExtentType.setExtentTypeCode(BooleanPropertyType value)
          Sets the value of the extentTypeCode property.
 void MDImageDescriptionType.setFilmDistortionInformationAvailability(BooleanPropertyType value)
          Sets the value of the filmDistortionInformationAvailability property.
 void MDFeatureCatalogueDescriptionType.setIncludedWithDataset(BooleanPropertyType value)
          Sets the value of the includedWithDataset property.
 void MDImageDescriptionType.setLensDistortionInformationAvailability(BooleanPropertyType value)
          Sets the value of the lensDistortionInformationAvailability property.
 void MDGeoreferenceableType.setOrientationParameterAvailability(BooleanPropertyType value)
          Sets the value of the orientationParameterAvailability property.
 void DQConformanceResultType.setPass(BooleanPropertyType value)
          Sets the value of the pass property.
 void MDImageDescriptionType.setRadiometricCalibrationDataAvailability(BooleanPropertyType value)
          Sets the value of the radiometricCalibrationDataAvailability property.
 void MDGridSpatialRepresentationType.setTransformationParameterAvailability(BooleanPropertyType value)
          Sets the value of the transformationParameterAvailability property.
 void MDImageDescriptionType.setTriangulationIndicator(BooleanPropertyType value)
          Sets the value of the triangulationIndicator property.
 MDImageDescriptionType MDImageDescriptionType.withCameraCalibrationInformationAvailability(BooleanPropertyType value)
           
 MDGeorectifiedType MDGeorectifiedType.withCheckPointAvailability(BooleanPropertyType value)
           
 MDFeatureCatalogueDescriptionType MDFeatureCatalogueDescriptionType.withComplianceCode(BooleanPropertyType value)
           
 MDGeoreferenceableType MDGeoreferenceableType.withControlPointAvailability(BooleanPropertyType value)
           
 EXGeographicDescriptionType EXGeographicDescriptionType.withExtentTypeCode(BooleanPropertyType value)
           
 EXGeographicBoundingBoxType EXGeographicBoundingBoxType.withExtentTypeCode(BooleanPropertyType value)
           
 EXBoundingPolygonType EXBoundingPolygonType.withExtentTypeCode(BooleanPropertyType value)
           
 AbstractEXGeographicExtentType AbstractEXGeographicExtentType.withExtentTypeCode(BooleanPropertyType value)
           
 MDImageDescriptionType MDImageDescriptionType.withFilmDistortionInformationAvailability(BooleanPropertyType value)
           
 MDFeatureCatalogueDescriptionType MDFeatureCatalogueDescriptionType.withIncludedWithDataset(BooleanPropertyType value)
           
 MDImageDescriptionType MDImageDescriptionType.withLensDistortionInformationAvailability(BooleanPropertyType value)
           
 MDGeoreferenceableType MDGeoreferenceableType.withOrientationParameterAvailability(BooleanPropertyType value)
           
 DQConformanceResultType DQConformanceResultType.withPass(BooleanPropertyType value)
           
 MDImageDescriptionType MDImageDescriptionType.withRadiometricCalibrationDataAvailability(BooleanPropertyType value)
           
 MDGridSpatialRepresentationType MDGridSpatialRepresentationType.withTransformationParameterAvailability(BooleanPropertyType value)
           
 MDGeoreferenceableType MDGeoreferenceableType.withTransformationParameterAvailability(BooleanPropertyType value)
           
 MDGeorectifiedType MDGeorectifiedType.withTransformationParameterAvailability(BooleanPropertyType value)
           
 MDImageDescriptionType MDImageDescriptionType.withTriangulationIndicator(BooleanPropertyType value)
           
 

Uses of BooleanPropertyType in net.opengis.iso19139.srv.v_20060504
 

Fields in net.opengis.iso19139.srv.v_20060504 declared as BooleanPropertyType
protected  BooleanPropertyType SVParameterType.repeatability
           
 

Methods in net.opengis.iso19139.srv.v_20060504 that return BooleanPropertyType
 BooleanPropertyType SVParameterType.getRepeatability()
          Gets the value of the repeatability property.
 

Methods in net.opengis.iso19139.srv.v_20060504 with parameters of type BooleanPropertyType
 void SVParameterType.setRepeatability(BooleanPropertyType value)
          Sets the value of the repeatability property.
 SVParameterType SVParameterType.withRepeatability(BooleanPropertyType value)
           
 



Copyright © 2008-2016. All Rights Reserved.