Uses of Class
net.opengis.iso19139.gco.v_20070417.IntegerPropertyType
-
Packages that use IntegerPropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 -
-
Uses of IntegerPropertyType in net.opengis.iso19139.gco.v_20070417
Fields in net.opengis.iso19139.gco.v_20070417 declared as IntegerPropertyType Modifier and Type Field Description protected IntegerPropertyTypeMultiplicityRangeType. lowerMethods in net.opengis.iso19139.gco.v_20070417 that return IntegerPropertyType Modifier and Type Method Description IntegerPropertyTypeObjectFactory. createIntegerPropertyType()Create an instance ofIntegerPropertyTypeIntegerPropertyTypeMultiplicityRangeType. getLower()Gets the value of the lower property.IntegerPropertyTypeIntegerPropertyType. withInteger(BigInteger value)IntegerPropertyTypeIntegerPropertyType. withNilReason(String... values)IntegerPropertyTypeIntegerPropertyType. withNilReason(Collection<String> values)IntegerPropertyTypeIntegerPropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gco.v_20070417 with parameters of type IntegerPropertyType Modifier and Type Method Description voidMultiplicityRangeType. setLower(IntegerPropertyType value)Sets the value of the lower property.MultiplicityRangeTypeMultiplicityRangeType. withLower(IntegerPropertyType value)Constructors in net.opengis.iso19139.gco.v_20070417 with parameters of type IntegerPropertyType Constructor Description MultiplicityRangeType(String id, String uuid, IntegerPropertyType lower, UnlimitedIntegerPropertyType upper)Fully-initialising value constructor -
Uses of IntegerPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as IntegerPropertyType Modifier and Type Field Description protected IntegerPropertyTypeMDBandType. bitsPerValueprotected IntegerPropertyTypeMDImageDescriptionType. compressionGenerationQuantityprotected IntegerPropertyTypeMDRepresentativeFractionType. denominatorprotected IntegerPropertyTypeMDDimensionType. dimensionSizeprotected IntegerPropertyTypeMDExtendedElementInformationType. domainCodeprotected IntegerPropertyTypeMDGeometricObjectsType. geometricObjectCountprotected IntegerPropertyTypeMDGridSpatialRepresentationType. numberOfDimensionsprotected IntegerPropertyTypeMDBandType. toneGradationprotected IntegerPropertyTypeMDMediumType. volumesMethods in net.opengis.iso19139.gmd.v_20070417 that return IntegerPropertyType Modifier and Type Method Description IntegerPropertyTypeMDBandType. getBitsPerValue()Gets the value of the bitsPerValue property.IntegerPropertyTypeMDImageDescriptionType. getCompressionGenerationQuantity()Gets the value of the compressionGenerationQuantity property.IntegerPropertyTypeMDRepresentativeFractionType. getDenominator()Gets the value of the denominator property.IntegerPropertyTypeMDDimensionType. getDimensionSize()Gets the value of the dimensionSize property.IntegerPropertyTypeMDExtendedElementInformationType. getDomainCode()Gets the value of the domainCode property.IntegerPropertyTypeMDGeometricObjectsType. getGeometricObjectCount()Gets the value of the geometricObjectCount property.IntegerPropertyTypeMDGridSpatialRepresentationType. getNumberOfDimensions()Gets the value of the numberOfDimensions property.IntegerPropertyTypeMDBandType. getToneGradation()Gets the value of the toneGradation property.IntegerPropertyTypeMDMediumType. getVolumes()Gets the value of the volumes property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type IntegerPropertyType Modifier and Type Method Description voidMDBandType. setBitsPerValue(IntegerPropertyType value)Sets the value of the bitsPerValue property.voidMDImageDescriptionType. setCompressionGenerationQuantity(IntegerPropertyType value)Sets the value of the compressionGenerationQuantity property.voidMDRepresentativeFractionType. setDenominator(IntegerPropertyType value)Sets the value of the denominator property.voidMDDimensionType. setDimensionSize(IntegerPropertyType value)Sets the value of the dimensionSize property.voidMDExtendedElementInformationType. setDomainCode(IntegerPropertyType value)Sets the value of the domainCode property.voidMDGeometricObjectsType. setGeometricObjectCount(IntegerPropertyType value)Sets the value of the geometricObjectCount property.voidMDGridSpatialRepresentationType. setNumberOfDimensions(IntegerPropertyType value)Sets the value of the numberOfDimensions property.voidMDBandType. setToneGradation(IntegerPropertyType value)Sets the value of the toneGradation property.voidMDMediumType. setVolumes(IntegerPropertyType value)Sets the value of the volumes property.MDBandTypeMDBandType. withBitsPerValue(IntegerPropertyType value)MDImageDescriptionTypeMDImageDescriptionType. withCompressionGenerationQuantity(IntegerPropertyType value)MDRepresentativeFractionTypeMDRepresentativeFractionType. withDenominator(IntegerPropertyType value)MDDimensionTypeMDDimensionType. withDimensionSize(IntegerPropertyType value)MDExtendedElementInformationTypeMDExtendedElementInformationType. withDomainCode(IntegerPropertyType value)MDGeometricObjectsTypeMDGeometricObjectsType. withGeometricObjectCount(IntegerPropertyType value)MDGeorectifiedTypeMDGeorectifiedType. withNumberOfDimensions(IntegerPropertyType value)MDGeoreferenceableTypeMDGeoreferenceableType. withNumberOfDimensions(IntegerPropertyType value)MDGridSpatialRepresentationTypeMDGridSpatialRepresentationType. withNumberOfDimensions(IntegerPropertyType value)MDBandTypeMDBandType. withToneGradation(IntegerPropertyType value)MDMediumTypeMDMediumType. withVolumes(IntegerPropertyType value)
-