Uses of Class
net.opengis.iso19139.gco.v_20070417.DecimalPropertyType
-
Packages that use DecimalPropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 -
-
Uses of DecimalPropertyType in net.opengis.iso19139.gco.v_20070417
Methods in net.opengis.iso19139.gco.v_20070417 that return DecimalPropertyType Modifier and Type Method Description DecimalPropertyTypeObjectFactory. createDecimalPropertyType()Create an instance ofDecimalPropertyTypeDecimalPropertyTypeDecimalPropertyType. withDecimal(BigDecimal value)DecimalPropertyTypeDecimalPropertyType. withNilReason(String... values)DecimalPropertyTypeDecimalPropertyType. withNilReason(Collection<String> values)DecimalPropertyTypeDecimalPropertyType. withNilReason(List<String> value) -
Uses of DecimalPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as DecimalPropertyType Modifier and Type Field Description protected DecimalPropertyTypeEXGeographicBoundingBoxType. eastBoundLongitudeprotected DecimalPropertyTypeEXGeographicBoundingBoxType. northBoundLatitudeprotected DecimalPropertyTypeEXGeographicBoundingBoxType. southBoundLatitudeprotected DecimalPropertyTypeEXGeographicBoundingBoxType. westBoundLongitudeMethods in net.opengis.iso19139.gmd.v_20070417 that return DecimalPropertyType Modifier and Type Method Description DecimalPropertyTypeEXGeographicBoundingBoxType. getEastBoundLongitude()Gets the value of the eastBoundLongitude property.DecimalPropertyTypeEXGeographicBoundingBoxType. getNorthBoundLatitude()Gets the value of the northBoundLatitude property.DecimalPropertyTypeEXGeographicBoundingBoxType. getSouthBoundLatitude()Gets the value of the southBoundLatitude property.DecimalPropertyTypeEXGeographicBoundingBoxType. getWestBoundLongitude()Gets the value of the westBoundLongitude property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type DecimalPropertyType Modifier and Type Method Description voidEXGeographicBoundingBoxType. setEastBoundLongitude(DecimalPropertyType value)Sets the value of the eastBoundLongitude property.voidEXGeographicBoundingBoxType. setNorthBoundLatitude(DecimalPropertyType value)Sets the value of the northBoundLatitude property.voidEXGeographicBoundingBoxType. setSouthBoundLatitude(DecimalPropertyType value)Sets the value of the southBoundLatitude property.voidEXGeographicBoundingBoxType. setWestBoundLongitude(DecimalPropertyType value)Sets the value of the westBoundLongitude property.EXGeographicBoundingBoxTypeEXGeographicBoundingBoxType. withEastBoundLongitude(DecimalPropertyType value)EXGeographicBoundingBoxTypeEXGeographicBoundingBoxType. withNorthBoundLatitude(DecimalPropertyType value)EXGeographicBoundingBoxTypeEXGeographicBoundingBoxType. withSouthBoundLatitude(DecimalPropertyType value)EXGeographicBoundingBoxTypeEXGeographicBoundingBoxType. withWestBoundLongitude(DecimalPropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type DecimalPropertyType Constructor Description EXGeographicBoundingBoxType(String id, String uuid, BooleanPropertyType extentTypeCode, DecimalPropertyType westBoundLongitude, DecimalPropertyType eastBoundLongitude, DecimalPropertyType southBoundLatitude, DecimalPropertyType northBoundLatitude)Fully-initialising value constructor
-