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

Packages that use DecimalPropertyType
net.opengis.iso19139.gco.v_20060504   
net.opengis.iso19139.gmd.v_20060504   
 

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

Methods in net.opengis.iso19139.gco.v_20060504 that return DecimalPropertyType
 DecimalPropertyType ObjectFactory.createDecimalPropertyType()
          Create an instance of DecimalPropertyType
 DecimalPropertyType DecimalPropertyType.withDecimal(BigDecimal value)
           
 DecimalPropertyType DecimalPropertyType.withNilReason(Collection<String> values)
           
 DecimalPropertyType DecimalPropertyType.withNilReason(List<String> value)
           
 DecimalPropertyType DecimalPropertyType.withNilReason(String... values)
           
 

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

Fields in net.opengis.iso19139.gmd.v_20060504 declared as DecimalPropertyType
protected  DecimalPropertyType EXGeographicBoundingBoxType.eastBoundLongitude
           
protected  DecimalPropertyType EXGeographicBoundingBoxType.northBoundLatitude
           
protected  DecimalPropertyType EXGeographicBoundingBoxType.southBoundLatitude
           
protected  DecimalPropertyType EXGeographicBoundingBoxType.westBoundLongitude
           
 

Methods in net.opengis.iso19139.gmd.v_20060504 that return DecimalPropertyType
 DecimalPropertyType EXGeographicBoundingBoxType.getEastBoundLongitude()
          Gets the value of the eastBoundLongitude property.
 DecimalPropertyType EXGeographicBoundingBoxType.getNorthBoundLatitude()
          Gets the value of the northBoundLatitude property.
 DecimalPropertyType EXGeographicBoundingBoxType.getSouthBoundLatitude()
          Gets the value of the southBoundLatitude property.
 DecimalPropertyType EXGeographicBoundingBoxType.getWestBoundLongitude()
          Gets the value of the westBoundLongitude property.
 

Methods in net.opengis.iso19139.gmd.v_20060504 with parameters of type DecimalPropertyType
 void EXGeographicBoundingBoxType.setEastBoundLongitude(DecimalPropertyType value)
          Sets the value of the eastBoundLongitude property.
 void EXGeographicBoundingBoxType.setNorthBoundLatitude(DecimalPropertyType value)
          Sets the value of the northBoundLatitude property.
 void EXGeographicBoundingBoxType.setSouthBoundLatitude(DecimalPropertyType value)
          Sets the value of the southBoundLatitude property.
 void EXGeographicBoundingBoxType.setWestBoundLongitude(DecimalPropertyType value)
          Sets the value of the westBoundLongitude property.
 EXGeographicBoundingBoxType EXGeographicBoundingBoxType.withEastBoundLongitude(DecimalPropertyType value)
           
 EXGeographicBoundingBoxType EXGeographicBoundingBoxType.withNorthBoundLatitude(DecimalPropertyType value)
           
 EXGeographicBoundingBoxType EXGeographicBoundingBoxType.withSouthBoundLatitude(DecimalPropertyType value)
           
 EXGeographicBoundingBoxType EXGeographicBoundingBoxType.withWestBoundLongitude(DecimalPropertyType value)
           
 



Copyright © 2008-2016. All Rights Reserved.