Uses of Interface
org.codice.alliance.transformer.nitf.common.NitfAttribute
Packages that use NitfAttribute
Package
Description
-
Uses of NitfAttribute in org.codice.alliance.transformer.nitf
Methods in org.codice.alliance.transformer.nitf with parameters of type NitfAttributeModifier and TypeMethodDescriptionstatic Set<ddf.catalog.data.AttributeDescriptor>AbstractNitfMetacardType.getDescriptors(NitfAttribute[] attributes) static booleanExtNitfUtility.isExtAttribute(NitfAttribute nitfAttribute) Method parameters in org.codice.alliance.transformer.nitf with type arguments of type NitfAttributeModifier and TypeMethodDescriptionstatic <T> Set<ddf.catalog.data.AttributeDescriptor>AbstractNitfMetacardType.getDescriptors(List<NitfAttribute<T>> attributes) -
Uses of NitfAttribute in org.codice.alliance.transformer.nitf.common
Classes in org.codice.alliance.transformer.nitf.common that implement NitfAttributeModifier and TypeClassDescriptionclassclassTRE for "Image Search and Discovery"classTRE for "Dataset Identification"classTRE for "Exploitation Reference Data"classTRE for "Exploitation Related Information"classTRE for "Softcopy History Tagged Record Extension"classclassclassclassTRE for "Profile for Imagery Access Image"classTRE for Imagery Access ProductclassTRE for "Imagery Access Target"classTRE for "STDIDC "Standard ID"Methods in org.codice.alliance.transformer.nitf.common that return types with arguments of type NitfAttributeModifier and TypeMethodDescriptionstatic List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>AcftbAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>AimidbAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>CsdidaAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>CsexraAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>ExpltbAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>HistoaAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.TreGroup>>IndexedPiaprdAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.header.NitfHeader>>NitfHeaderAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>PiaimcAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>PiaprdAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>PiatgbAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>StdidcAttribute.getAttributes()List<NitfAttribute<org.codice.imaging.nitf.core.tre.TreGroup>>NitfAttributeImpl.getIndexedAttributes()List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>TreDescriptor.getValues()Methods in org.codice.alliance.transformer.nitf.common with parameters of type NitfAttributeModifier and TypeMethodDescriptionprotected <T> voidSegmentHandler.handleSegmentHeader(ddf.catalog.data.Metacard metacard, T segment, NitfAttribute[] attributes) Method parameters in org.codice.alliance.transformer.nitf.common with type arguments of type NitfAttributeModifier and TypeMethodDescriptionprotected <T> voidSegmentHandler.handleSegmentHeader(ddf.catalog.data.Metacard metacard, T segment, List<NitfAttribute<T>> attributes) Constructor parameters in org.codice.alliance.transformer.nitf.common with type arguments of type NitfAttributeModifierConstructorDescriptionprotectedNitfAttributeImpl(String extNitfName, String shortName, Function<T, Serializable> accessorFunction, ddf.catalog.data.AttributeType attributeType, List<NitfAttribute<org.codice.imaging.nitf.core.tre.TreGroup>> indexedAttributes) -
Uses of NitfAttribute in org.codice.alliance.transformer.nitf.complex
Classes in org.codice.alliance.transformer.nitf.complex that implement NitfAttributeMethods in org.codice.alliance.transformer.nitf.complex that return types with arguments of type NitfAttributeModifier and TypeMethodDescriptionstatic List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>CmetaaAttribute.getAttributes() -
Uses of NitfAttribute in org.codice.alliance.transformer.nitf.gmti
Classes in org.codice.alliance.transformer.nitf.gmti that implement NitfAttributeMethods in org.codice.alliance.transformer.nitf.gmti that return types with arguments of type NitfAttributeModifier and TypeMethodDescriptionstatic List<NitfAttribute<org.codice.imaging.nitf.core.tre.TreGroup>>IndexedMtirpbAttribute.getAttributes()static List<NitfAttribute<org.codice.imaging.nitf.core.tre.Tre>>MtirpbAttribute.getAttributes() -
Uses of NitfAttribute in org.codice.alliance.transformer.nitf.image
Classes in org.codice.alliance.transformer.nitf.image that implement NitfAttributeModifier and TypeClassDescriptionenumNitfAttributes to represent the properties of a GraphicSegment.classNitfAttributes to represent the properties of a ImageSegment.enumNitfAttributes to represent the properties of a LabelSegmentHeader.enumNitfAttributes to represent the properties of a SymbolSegment.enumNitfAttributes to represent the properties of a TextSegment.Methods in org.codice.alliance.transformer.nitf.image that return types with arguments of type NitfAttributeModifier and TypeMethodDescriptionstatic List<NitfAttribute<org.codice.imaging.nitf.core.image.ImageSegment>>ImageAttribute.getAttributes()