Uses of Class
net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
-
Packages that use AbstractEXGeographicExtentType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of AbstractEXGeographicExtentType in net.opengis.iso19139.gmd.v_20070417
Subclasses of AbstractEXGeographicExtentType in net.opengis.iso19139.gmd.v_20070417 Modifier and Type Class Description classEXBoundingPolygonTypeBoundary enclosing the dataset expressed as the closed set of (x,y) coordinates of the polygon (last point replicates first point)classEXGeographicBoundingBoxTypeGeographic area of the entire dataset referenced to WGS 84classEXGeographicDescriptionTypeJava class for EX_GeographicDescription_Type complex type.Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type AbstractEXGeographicExtentType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractEXGeographicExtentType>EXGeographicExtentPropertyType. abstractEXGeographicExtentMethods in net.opengis.iso19139.gmd.v_20070417 that return AbstractEXGeographicExtentType Modifier and Type Method Description AbstractEXGeographicExtentTypeAbstractEXGeographicExtentType. withExtentTypeCode(BooleanPropertyType value)AbstractEXGeographicExtentTypeAbstractEXGeographicExtentType. withId(String value)AbstractEXGeographicExtentTypeAbstractEXGeographicExtentType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type AbstractEXGeographicExtentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractEXGeographicExtentType>ObjectFactory. createAbstractEXGeographicExtent(AbstractEXGeographicExtentType value)jakarta.xml.bind.JAXBElement<? extends AbstractEXGeographicExtentType>EXGeographicExtentPropertyType. getAbstractEXGeographicExtent()Gets the value of the abstractEXGeographicExtent property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type AbstractEXGeographicExtentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractEXGeographicExtentType>ObjectFactory. createAbstractEXGeographicExtent(AbstractEXGeographicExtentType value)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type AbstractEXGeographicExtentType Modifier and Type Method Description voidEXGeographicExtentPropertyType. setAbstractEXGeographicExtent(jakarta.xml.bind.JAXBElement<? extends AbstractEXGeographicExtentType> value)Sets the value of the abstractEXGeographicExtent property.EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withAbstractEXGeographicExtent(jakarta.xml.bind.JAXBElement<? extends AbstractEXGeographicExtentType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type AbstractEXGeographicExtentType Constructor Description EXGeographicExtentPropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractEXGeographicExtentType> abstractEXGeographicExtent, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-